메소드 | 설명 | |
---|---|---|
LocalStyleProcessor ( IDocument document, bool readCommonStyles ) : System |
Initializes a new instance of the LocalStyleProcessor class.
|
|
ReReadKnownAutomaticStyles ( ) : void |
Re read known automatic styles. NOTICE: The re read nodes will be deleted. |
|
ReadStyles ( ) : void |
Reads the styles.
|
메소드 | 설명 | |
---|---|---|
CreateCellProperties ( IStyle style, |
Creates the cell properties.
|
|
CreateCellStyle ( |
Creates the cell style.
|
|
CreateColumnProperties ( IStyle style, |
Creates the column properties.
|
|
CreateColumnStyle ( |
Creates the column style.
|
|
CreateFrameStyle ( |
Creates the frame style.
|
|
CreateGraphicProperties ( IStyle style, |
Creates the graphic properties.
|
|
CreateListStyle ( |
Creates the list style.
|
|
CreateParagraphProperties ( IStyle style, |
Creates the paragraph properties.
|
|
CreateParagraphStyle ( |
Creates the paragraph style.
|
|
CreateRowProperties ( IStyle style, |
Creates the row properties.
|
|
CreateRowStyle ( |
Creates the row style.
|
|
CreateSectionProperties ( IStyle style, |
Creates the section properties.
|
|
CreateSectionStyle ( |
Creates the section style.
|
|
CreateTabStopStyle ( |
Creates the tab stop style.
|
|
CreateTableProperties ( IStyle style, |
Creates the table properties.
|
|
CreateTableStyle ( |
Creates the table style.
|
|
CreateTextProperties ( IStyle style, |
Creates the text properties.
|
|
CreateTextStyle ( |
Creates the text style.
|
|
CreateUnknownProperties ( IStyle style, |
Creates the unknown properties.
|
|
CreateUnknownStyle ( |
Creates the unknown style.
|
|
GetProperty ( IStyle style, |
Gets the property.
|
public LocalStyleProcessor ( IDocument document, bool readCommonStyles ) : System | ||
document | IDocument | The document. |
readCommonStyles | bool | if set to |
리턴 | System |