FormatFactory
FormatFactory class
Allows to create formats via COM interface.
FormatFactory
Name | Description |
---|---|
FormatFactory() |
Returns: FormatFactory
createParagraphFormat
Name | Description |
---|---|
createParagraphFormat() | Creates new IParagraphFormat. |
Returns: ParagraphFormat
createPortionFormat
Name | Description |
---|---|
createPortionFormat() | Creates new IPortionFormat. |
Returns: PortionFormat
createTextFrameFormat
Name | Description |
---|---|
createTextFrameFormat() | Creates new ITextFrameFormat. |
Returns: TextFrameFormat
getInstance
Name | Description |
---|---|
getInstance() | Format factory static instance. Read-only FormatFactory. |
Returns: FormatFactory