C# 클래스 AODL.Document.Content.Text.Header

Header represent a header.
상속: IContent, IHtml, ITextContainer, ICloneable
파일 보기 프로젝트 열기: monsterlabs/HumanRightsTracker 1 사용 예제들

공개 메소드들

메소드 설명
Clone ( ) : object

Create a deep clone of this Header object.

A possible Attached Style wouldn't be cloned!

GetHtml ( ) : string

Return the content as Html string

Header ( IDocument document, Headings heading ) : System

Initializes a new instance of the Header class.

Header ( XmlNode headernode, IDocument document ) : System

Initializes a new instance of the Header class.

비공개 메소드들

메소드 설명
CreateAttribute ( string name, string text, string prefix ) : void

Create a XmlAttribute for propertie XmlNode.

GetAnchor ( ) : string

Gets the html anchor, if the document use a table of contents

GetHeading ( Headings heading ) : string

Gets the heading.

GetHeadingNumber ( ) : string

Gets the heading number, if used via Outline-Level. Support for outline numbering up to deepth of 6, yet.

GetHtmlStyle ( string headingname ) : string

Gets the HTML style.

InitStandards ( ) : void

Inits the standards.

NewXmlNode ( ) : void

Create a new XmlNode.

TextContent_Inserted ( int index, object value ) : void

Append the xml from added IText object.

TextContent_Removed ( int index, object value ) : void

Texts the content_ removed.

메소드 상세

Clone() 공개 메소드

Create a deep clone of this Header object.
A possible Attached Style wouldn't be cloned!
public Clone ( ) : object
리턴 object

GetHtml() 공개 메소드

Return the content as Html string
public GetHtml ( ) : string
리턴 string

Header() 공개 메소드

Initializes a new instance of the Header class.
public Header ( IDocument document, Headings heading ) : System
document IDocument The document.
heading Headings The heading.
리턴 System

Header() 공개 메소드

Initializes a new instance of the Header class.
public Header ( XmlNode headernode, IDocument document ) : System
headernode System.Xml.XmlNode The headernode.
document IDocument The document.
리턴 System