C# 클래스 AODL.Document.TextDocuments.DocumentStyles

DocumentStyles global Document Style
파일 보기 프로젝트 열기: monsterlabs/HumanRightsTracker 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
FileName string

공개 메소드들

메소드 설명
CreateNode ( string name, string prefix, TextDocument document ) : XmlNode

Creates the node.

DocumentStyles ( ) : System

Initializes a new instance of the DocumentStyles class.

GetHtmlFooter ( TextDocument document ) : string

Gets the HTML footer.

GetHtmlHeader ( TextDocument document ) : string

Gets the HTML header.

InsertFooter ( Paragraph content, TextDocument document ) : void

Inserts the footer.

InsertHeader ( Paragraph content, TextDocument document ) : void

Inserts the header.

InsertOfficeAutomaticStylesNode ( XmlNode aOfficeAutomaticStyleNode, XmlNamespaceManager xmlNamespaceMng ) : void

Inserts the office automatic styles node into this XML style document.

InsertOfficeMasterStylesNode ( XmlNode aOfficeMasterStyleNode, XmlNamespaceManager xmlNamespaceMng ) : void

Inserts the office master styles node into this XML style document.

InsertOfficeStylesNode ( XmlNode aStyleNode, IDocument document ) : void

Inserts a office styles node.

InsertOfficeStylesNode ( XmlNode aStyleNode, XmlNamespaceManager xmlNamespaceMng ) : void

Inserts the office styles node into this XML style document.

LoadFromFile ( string file ) : void

Loads from file.

New ( ) : void

Load the style from assmebly resource.

New ( TextDocument ownerTextDocument ) : void

Create new document styles document and set the owner text document.

SetOutlineStyle ( int outlineLevel, string numFormat, TextDocument document ) : void

Sets the outline style.

비공개 메소드들

메소드 설명
InsertParagraphStyle ( Paragraph content, TextDocument document ) : void

Inserts the paragraph style.

메소드 상세

CreateNode() 공개 메소드

Creates the node.
public CreateNode ( string name, string prefix, TextDocument document ) : XmlNode
name string The name.
prefix string The prefix.
document TextDocument The prefix.
리턴 System.Xml.XmlNode

DocumentStyles() 공개 메소드

Initializes a new instance of the DocumentStyles class.
public DocumentStyles ( ) : System
리턴 System

GetHtmlFooter() 공개 메소드

Gets the HTML footer.
public GetHtmlFooter ( TextDocument document ) : string
document TextDocument The document.
리턴 string

GetHtmlHeader() 공개 메소드

Gets the HTML header.
public GetHtmlHeader ( TextDocument document ) : string
document TextDocument The document.
리턴 string

InsertFooter() 공개 메소드

Inserts the footer.
public InsertFooter ( Paragraph content, TextDocument document ) : void
content AODL.Document.Content.Text.Paragraph The content.
document TextDocument The document.
리턴 void

InsertHeader() 공개 메소드

Inserts the header.
public InsertHeader ( Paragraph content, TextDocument document ) : void
content AODL.Document.Content.Text.Paragraph The content.
document TextDocument The document.
리턴 void

InsertOfficeAutomaticStylesNode() 공개 메소드

Inserts the office automatic styles node into this XML style document.
public InsertOfficeAutomaticStylesNode ( XmlNode aOfficeAutomaticStyleNode, XmlNamespaceManager xmlNamespaceMng ) : void
aOfficeAutomaticStyleNode System.Xml.XmlNode A office automatic style node.
xmlNamespaceMng System.Xml.XmlNamespaceManager The XML namespace MNG.
리턴 void

InsertOfficeMasterStylesNode() 공개 메소드

Inserts the office master styles node into this XML style document.
public InsertOfficeMasterStylesNode ( XmlNode aOfficeMasterStyleNode, XmlNamespaceManager xmlNamespaceMng ) : void
aOfficeMasterStyleNode System.Xml.XmlNode A office master style node.
xmlNamespaceMng System.Xml.XmlNamespaceManager The XML namespace MNG.
리턴 void

InsertOfficeStylesNode() 공개 메소드

Inserts a office styles node.
public InsertOfficeStylesNode ( XmlNode aStyleNode, IDocument document ) : void
aStyleNode System.Xml.XmlNode A style node.
document IDocument The AODL document.
리턴 void

InsertOfficeStylesNode() 공개 메소드

Inserts the office styles node into this XML style document.
public InsertOfficeStylesNode ( XmlNode aStyleNode, XmlNamespaceManager xmlNamespaceMng ) : void
aStyleNode System.Xml.XmlNode A style node.
xmlNamespaceMng System.Xml.XmlNamespaceManager The XML namespace MNG.
리턴 void

LoadFromFile() 공개 메소드

Loads from file.
public LoadFromFile ( string file ) : void
file string The file.
리턴 void

New() 공개 메소드

Load the style from assmebly resource.
public New ( ) : void
리턴 void

New() 공개 메소드

Create new document styles document and set the owner text document.
public New ( TextDocument ownerTextDocument ) : void
ownerTextDocument TextDocument The owner text document.
리턴 void

SetOutlineStyle() 공개 메소드

Sets the outline style.
public SetOutlineStyle ( int outlineLevel, string numFormat, TextDocument document ) : void
outlineLevel int The outline level.
numFormat string The num format.
document TextDocument The text document.
리턴 void

프로퍼티 상세

FileName 공개적으로 정적으로 프로퍼티

The file name.
public static string FileName
리턴 string