C# Класс AODL.Document.Import.OpenDocument.NodeProcessors.LocalStyleProcessor

LocalStyleProcessor.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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, XmlNode propertyNode ) : CellProperties

Creates the cell properties.

CreateCellStyle ( XmlNode styleNode ) : void

Creates the cell style.

CreateColumnProperties ( IStyle style, XmlNode propertyNode ) : ColumnProperties

Creates the column properties.

CreateColumnStyle ( XmlNode styleNode ) : void

Creates the column style.

CreateFrameStyle ( XmlNode styleNode ) : void

Creates the frame style.

CreateGraphicProperties ( IStyle style, XmlNode propertyNode ) : GraphicProperties

Creates the graphic properties.

CreateListStyle ( XmlNode styleNode ) : void

Creates the list style.

CreateParagraphProperties ( IStyle style, XmlNode propertyNode ) : ParagraphProperties

Creates the paragraph properties.

CreateParagraphStyle ( XmlNode styleNode ) : void

Creates the paragraph style.

CreateRowProperties ( IStyle style, XmlNode propertyNode ) : RowProperties

Creates the row properties.

CreateRowStyle ( XmlNode styleNode ) : void

Creates the row style.

CreateSectionProperties ( IStyle style, XmlNode propertyNode ) : SectionProperties

Creates the section properties.

CreateSectionStyle ( XmlNode styleNode ) : void

Creates the section style.

CreateTabStopStyle ( XmlNode styleNode ) : TabStopStyle

Creates the tab stop style.

CreateTableProperties ( IStyle style, XmlNode propertyNode ) : TableProperties

Creates the table properties.

CreateTableStyle ( XmlNode styleNode ) : void

Creates the table style.

CreateTextProperties ( IStyle style, XmlNode propertyNode ) : TextProperties

Creates the text properties.

CreateTextStyle ( XmlNode styleNode ) : void

Creates the text style.

CreateUnknownProperties ( IStyle style, XmlNode propertyNode ) : AODL.Document.Styles.Properties.UnknownProperty

Creates the unknown properties.

CreateUnknownStyle ( XmlNode styleNode ) : void

Creates the unknown style.

GetProperty ( IStyle style, XmlNode propertyNode ) : IProperty

Gets the property.

Описание методов

LocalStyleProcessor() публичный метод

Initializes a new instance of the LocalStyleProcessor class.
public LocalStyleProcessor ( IDocument document, bool readCommonStyles ) : System
document IDocument The document.
readCommonStyles bool if set to true [read common styles].
Результат System

ReReadKnownAutomaticStyles() публичный метод

Re read known automatic styles.
NOTICE: The re read nodes will be deleted.
public ReReadKnownAutomaticStyles ( ) : void
Результат void

ReadStyles() публичный метод

Reads the styles.
public ReadStyles ( ) : void
Результат void