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