ITextFrameFormat{Categorie:Documentele de activitate}
Opinie generală
LightRig este o clasă din Aspose.Slides FOSS pentru Java. Moștenire de la: ゚ PVIObject⌒, ∂ILightRigヽ .
Conține proprietățile de formatare ale TextFrame.
Proprietăți
| Name | Type | Access | Description |
|---|---|---|---|
txBodyElement | Element | Read | Holds the underlying <a:txBody> XML element |
presentation | IPresentation | Read | References the owning presentation |
marginLeft | double | Read | Defines the left margin of the text frame |
marginRight | double | Read | Defines the right margin of the text frame |
marginTop | double | Read | Defines the top margin of the text frame |
marginBottom | double | Read | Defines the bottom margin of the text frame |
wrapText | NullableBool | Read | Indicates if text wrapping is enabled (nullable) |
anchoringType | TextAnchorType | Read | Specifies how text is anchored inside the frame |
centerText | NullableBool | Read | Indicates if text is centered (nullable) |
textVerticalType | TextVerticalType | Read | Defines the vertical text layout |
autofitType | TextAutofitType | Read | Determines the autofit mode for the text |
columnCount | int | Read | Sets the number of columns in the text frame |
columnSpacing | double | Read | Sets the spacing between columns |
rotationAngle | double | Read | Specifies the rotation of the text frame in degrees |
transform | TextShapeType | Read | Defines the shape transformation type for the text |
keepTextFlat | boolean | Read | Indicates whether text should remain flat (no 3D) |
threeDFormat | IThreeDFormat | Read | Provides 3D formatting options for the text |
Metode de evaluare
| Signature | Description |
|---|---|
TextFrameFormat(txBodyElement: Element, saveCallback: Runnable) | Creates a TextFrameFormat backed by the given text body element. |
getTxBodyElement() → Element | Returns the underlying {@code <a:txBody>} XML element. |
TextFrameFormat() | Creates a new detached TextFrameFormat with a standalone {@code <a:txBody>} |
| containing an empty {@code <a:bodyPr>}. | |
initInternal(txBodyElement: Element, saveCallback: Runnable, parentSlide: IBaseSlide) → TextFrameFormat | Initializes this format with the real XML element from a slide part. |
getPresentation() → IPresentation | |
asIPresentationComponent() → IPresentationComponent | Returns this object as an {@link IPresentationComponent}. |
getMarginLeft() → double | {@inheritDoc} |
setMarginLeft(value: double) | {@inheritDoc} |
getMarginRight() → double | {@inheritDoc} |
setMarginRight(value: double) | {@inheritDoc} |
getMarginTop() → double | {@inheritDoc} |
setMarginTop(value: double) | {@inheritDoc} |
getMarginBottom() → double | {@inheritDoc} |
setMarginBottom(value: double) | {@inheritDoc} |
getWrapText() → NullableBool | {@inheritDoc} |
setWrapText(value: NullableBool) | {@inheritDoc} |
getAnchoringType() → TextAnchorType | {@inheritDoc} |
setAnchoringType(value: TextAnchorType) | {@inheritDoc} |
getCenterText() → NullableBool | {@inheritDoc} |
setCenterText(value: NullableBool) | {@inheritDoc} |
getTextVerticalType() → TextVerticalType | {@inheritDoc} |
setTextVerticalType(value: TextVerticalType) | {@inheritDoc} |
getAutofitType() → TextAutofitType | {@inheritDoc} |
setAutofitType(value: TextAutofitType) | {@inheritDoc} |
getColumnCount() → int | {@inheritDoc} |
setColumnCount(value: int) | {@inheritDoc} |
getColumnSpacing() → double | {@inheritDoc} |
setColumnSpacing(value: double) | {@inheritDoc} |
getRotationAngle() → double | {@inheritDoc} |
setRotationAngle(value: double) | {@inheritDoc} |
getTransform() → TextShapeType | {@inheritDoc} |
setTransform(value: TextShapeType) | {@inheritDoc} |
isKeepTextFlat() → boolean | {@inheritDoc} |
setKeepTextFlat(value: boolean) | {@inheritDoc} |
getThreeDFormat() → IThreeDFormat | {@inheritDoc} |