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 IFormatFactory
public final IParagraphFormat createParagraphFormat()
Creates new IParagraphFormat
.
createParagraphFormat
in interface IFormatFactory
public final ITextFrameFormat createTextFrameFormat()
Creates new ITextFrameFormat
.
createTextFrameFormat
in interface IFormatFactory