C# 클래스 AODL.Document.Content.Tables.Cell

Cell represent a table cell.
상속: IContent, IContentContainer, IHtml
파일 보기 프로젝트 열기: monsterlabs/HumanRightsTracker 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Content_Inserted void
Content_Removed void
CreateAttribute void
GetHtmlWidth string
InitStandards void
NewXmlNode void

공개 메소드들

메소드 설명
Cell ( IDocument document ) : System
Cell ( IDocument document, XmlNode node ) : System

Initializes a new instance of the Cell class.

Cell ( IDocument document, string styleName ) : System
Cell ( IDocument document, string styleName, string officeValueTyp ) : System
GetHtml ( ) : string

Return the content as Html string

비공개 메소드들

메소드 설명
Content_Inserted ( int index, object value ) : void

Content_s the inserted.

Content_Removed ( int index, object value ) : void

Content_s the removed.

CreateAttribute ( string name, string text, string prefix ) : void

Create a XmlAttribute for propertie XmlNode.

GetHtmlWidth ( ) : string

Gets the width of the HTML.

InitStandards ( ) : void

Inits the standards.

NewXmlNode ( ) : void

Create a new Xml node.

메소드 상세

Cell() 공개 메소드

public Cell ( IDocument document ) : System
document IDocument
리턴 System

Cell() 공개 메소드

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

Cell() 공개 메소드

public Cell ( IDocument document, string styleName ) : System
document IDocument
styleName string
리턴 System

Cell() 공개 메소드

public Cell ( IDocument document, string styleName, string officeValueTyp ) : System
document IDocument
styleName string
officeValueTyp string
리턴 System

GetHtml() 공개 메소드

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