Method | Description | |
---|---|---|
ParagraphStyle ( IDocument document, |
Initializes a new instance of the ParagraphStyle class.
|
|
ParagraphStyle ( IDocument document, string styleName ) : System |
Initializes a new instance of the ParagraphStyle class.
|
Method | Description | |
---|---|---|
CreateAttribute ( string name, string text, string prefix ) : void |
Create a XmlAttribute for propertie XmlNode.
|
|
InitStandards ( ) : void |
Inits the standards.
|
|
NewXmlNode ( string name ) : void |
Create the XmlNode that represent this element.
|
|
PropertyCollection_Inserted ( int index, object value ) : void |
Properties the collection_ inserted.
|
|
PropertyCollection_Removed ( int index, object value ) : void |
Properties the collection_ removed.
|
public ParagraphStyle ( IDocument document, |
||
document | IDocument | The document. |
node | The node. | |
return | System |
public ParagraphStyle ( IDocument document, string styleName ) : System | ||
document | IDocument | The document. |
styleName | string | Name of the style. |
return | System |