C# 클래스 AODL.Document.Styles.Properties.ParagraphProperties

Represent access to the possible attributes of of an paragraph-propertie element.
상속: IProperty, IHtmlStyle
파일 보기 프로젝트 열기: monsterlabs/HumanRightsTracker 1 사용 예제들

공개 메소드들

메소드 설명
GetHtmlStyle ( ) : string

Get the css style fragement

ParagraphProperties ( IStyle style ) : System

Initializes a new instance of the ParagraphProperties class.

ParagraphProperties ( IStyle style, XmlNode node ) : System

Initializes a new instance of the ParagraphProperties class.

비공개 메소드들

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

Create a XmlAttribute for propertie XmlNode.

NewXmlNode ( ) : void

News the XML node.

메소드 상세

GetHtmlStyle() 공개 메소드

Get the css style fragement
public GetHtmlStyle ( ) : string
리턴 string

ParagraphProperties() 공개 메소드

Initializes a new instance of the ParagraphProperties class.
public ParagraphProperties ( IStyle style ) : System
style IStyle The style.
리턴 System

ParagraphProperties() 공개 메소드

Initializes a new instance of the ParagraphProperties class.
public ParagraphProperties ( IStyle style, XmlNode node ) : System
style IStyle The style.
node System.Xml.XmlNode The node.
리턴 System