public class TextFrameFormat extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TextFrameFormat.AnchoringTypeEnum
Returns or sets vertical anchor text in a TextFrame.
|
static class |
TextFrameFormat.AutofitTypeEnum
Returns or sets text's auto-fit mode.
|
static class |
TextFrameFormat.CenterTextEnum
If True then text should be centered in box horizontally.
|
static class |
TextFrameFormat.TextVerticalTypeEnum
Determines text orientation.
|
static class |
TextFrameFormat.TransformEnum
Gets or sets text wrapping shape.
|
static class |
TextFrameFormat.WrapTextEnum
True if text is wrapped at TextFrame's margins.
|
Constructor and Description |
---|
TextFrameFormat() |
public TextFrameFormat threeDFormat(ThreeDFormat threeDFormat)
public ThreeDFormat getThreeDFormat()
public void setThreeDFormat(ThreeDFormat threeDFormat)
public TextFrameFormat transform(TextFrameFormat.TransformEnum transform)
public TextFrameFormat.TransformEnum getTransform()
public void setTransform(TextFrameFormat.TransformEnum transform)
public TextFrameFormat marginLeft(Double marginLeft)
public Double getMarginLeft()
public void setMarginLeft(Double marginLeft)
public TextFrameFormat marginRight(Double marginRight)
public Double getMarginRight()
public void setMarginRight(Double marginRight)
public TextFrameFormat marginTop(Double marginTop)
public Double getMarginTop()
public void setMarginTop(Double marginTop)
public TextFrameFormat marginBottom(Double marginBottom)
public Double getMarginBottom()
public void setMarginBottom(Double marginBottom)
public TextFrameFormat wrapText(TextFrameFormat.WrapTextEnum wrapText)
public TextFrameFormat.WrapTextEnum getWrapText()
public void setWrapText(TextFrameFormat.WrapTextEnum wrapText)
public TextFrameFormat anchoringType(TextFrameFormat.AnchoringTypeEnum anchoringType)
public TextFrameFormat.AnchoringTypeEnum getAnchoringType()
public void setAnchoringType(TextFrameFormat.AnchoringTypeEnum anchoringType)
public TextFrameFormat centerText(TextFrameFormat.CenterTextEnum centerText)
public TextFrameFormat.CenterTextEnum getCenterText()
public void setCenterText(TextFrameFormat.CenterTextEnum centerText)
public TextFrameFormat textVerticalType(TextFrameFormat.TextVerticalTypeEnum textVerticalType)
public TextFrameFormat.TextVerticalTypeEnum getTextVerticalType()
public void setTextVerticalType(TextFrameFormat.TextVerticalTypeEnum textVerticalType)
public TextFrameFormat autofitType(TextFrameFormat.AutofitTypeEnum autofitType)
public TextFrameFormat.AutofitTypeEnum getAutofitType()
public void setAutofitType(TextFrameFormat.AutofitTypeEnum autofitType)
public TextFrameFormat columnCount(Integer columnCount)
public Integer getColumnCount()
public void setColumnCount(Integer columnCount)
public TextFrameFormat columnSpacing(Double columnSpacing)
public Double getColumnSpacing()
public void setColumnSpacing(Double columnSpacing)
public TextFrameFormat keepTextFlat(Boolean keepTextFlat)
public Boolean isKeepTextFlat()
public void setKeepTextFlat(Boolean keepTextFlat)
public TextFrameFormat rotationAngle(Double rotationAngle)
public Double getRotationAngle()
public void setRotationAngle(Double rotationAngle)
public TextFrameFormat defaultParagraphFormat(ParagraphFormat defaultParagraphFormat)
public ParagraphFormat getDefaultParagraphFormat()
public void setDefaultParagraphFormat(ParagraphFormat defaultParagraphFormat)
Copyright © 2023. All rights reserved.