C# 클래스 ContentFiltering.StyleSheetExtensions.SSXManager

StyleSheet Extensions management class. A SSXManager builded from cleaned HTML of a local editing page can be used to add StyleSheetExtensions objects coresponding to the CSS of that page. A SSXManager builded from a remote wiki page can be used to get the CSS coresponding to the StyleSheetExtensions objects of that page.
파일 보기 프로젝트 열기: xwiki-contrib/xwiki-office 1 사용 예제들

공개 메소드들

메소드 설명
BuildFromLocalHTML ( ConversionManager pageConverter, string cleanHTML ) : SSXManager

Creates a SSXManager from the cleaned HTML of a local editing page.

BuildFromServerPage ( ConversionManager pageConverter ) : SSXManager

Builds a SSXManager for a remote wiki page.

UploadStyleSheetExtensions ( ) : void

Adds to server SSX objects for the current page.

보호된 메소드들

메소드 설명
RetrieveStyleSheetExtensions ( ) : List

Retrieve SSX object of the current page from the server.

SSXManager ( ) : System

An instance of SSXManager can be obtained only with its BuildFrom... methods.

메소드 상세

BuildFromLocalHTML() 공개 정적인 메소드

Creates a SSXManager from the cleaned HTML of a local editing page.
public static BuildFromLocalHTML ( ConversionManager pageConverter, string cleanHTML ) : SSXManager
pageConverter XWiki.Office.Word.ConversionManager An instance of the ConversionManager for this page.
cleanHTML string Cleaned HTML of the local page.
리턴 SSXManager

BuildFromServerPage() 공개 정적인 메소드

Builds a SSXManager for a remote wiki page.
public static BuildFromServerPage ( ConversionManager pageConverter ) : SSXManager
pageConverter XWiki.Office.Word.ConversionManager An instance of the ConversionManager for this page.
리턴 SSXManager

RetrieveStyleSheetExtensions() 보호된 메소드

Retrieve SSX object of the current page from the server.
protected RetrieveStyleSheetExtensions ( ) : List
리턴 List

SSXManager() 보호된 메소드

An instance of SSXManager can be obtained only with its BuildFrom... methods.
protected SSXManager ( ) : System
리턴 System

UploadStyleSheetExtensions() 공개 메소드

Adds to server SSX objects for the current page.
public UploadStyleSheetExtensions ( ) : void
리턴 void