FormatFactory
Contents
[
Hide
]Inheritance: java.lang.Object
All Implemented Interfaces: com.aspose.slides.IFormatFactory
public class FormatFactory implements IFormatFactory
Allows to create formats via COM interface.
Constructors
Constructor | Description |
---|---|
FormatFactory() |
Methods
Method | Description |
---|---|
getInstance() | Format factory static instance. |
createPortionFormat() | Creates new IPortionFormat. |
createParagraphFormat() | Creates new IParagraphFormat. |
createTextFrameFormat() | Creates new ITextFrameFormat. |
FormatFactory()
public FormatFactory()
getInstance()
public static FormatFactory getInstance()
Format factory static instance. Read-only FormatFactory.
Returns: FormatFactory
createPortionFormat()
public final IPortionFormat createPortionFormat()
Creates new IPortionFormat.
Returns: IPortionFormat - New portion format.
createParagraphFormat()
public final IParagraphFormat createParagraphFormat()
Creates new IParagraphFormat.
Returns: IParagraphFormat - New paragraph format.
createTextFrameFormat()
public final ITextFrameFormat createTextFrameFormat()
Creates new ITextFrameFormat.
Returns: ITextFrameFormat - New text frame format.