public class FormatFactory extends java.lang.Object implements IFormatFactory
Allows to create formats via COM interface.
| Constructor and Description |
|---|
FormatFactory() |
| Modifier and Type | Method and Description |
|---|---|
IParagraphFormat |
createParagraphFormat()
Creates new
IParagraphFormat. |
IPortionFormat |
createPortionFormat()
Creates new
IPortionFormat. |
ITextFrameFormat |
createTextFrameFormat()
Creates new
ITextFrameFormat. |
static FormatFactory |
getInstance()
Format factory static instance.
|
public static FormatFactory getInstance()
Format factory static instance.
Read-only FormatFactory.
public final IPortionFormat createPortionFormat()
Creates new IPortionFormat.
createPortionFormat in interface IFormatFactorypublic final IParagraphFormat createParagraphFormat()
Creates new IParagraphFormat.
createParagraphFormat in interface IFormatFactorypublic final ITextFrameFormat createTextFrameFormat()
Creates new ITextFrameFormat.
createTextFrameFormat in interface IFormatFactoryCopyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.