IFormatFactory
public interface IFormatFactory
Allows to create formats via COM interface.
Methods
Method | Description |
---|---|
createPortionFormat() | Creates new IPortionFormat. |
createParagraphFormat() | Creates new IParagraphFormat. |
createTextFrameFormat() | Creates new ITextFrameFormat. |
createPortionFormat()
public abstract IPortionFormat createPortionFormat()
Creates new IPortionFormat.
Returns: IPortionFormat - New portion format.
createParagraphFormat()
public abstract IParagraphFormat createParagraphFormat()
Creates new IParagraphFormat.
Returns: IParagraphFormat - New paragraph format.
createTextFrameFormat()
public abstract ITextFrameFormat createTextFrameFormat()
Creates new ITextFrameFormat.
Returns: ITextFrameFormat - New text frame format.