TextFrameFormat
Översikt
TextFrameFormat är en klass i Aspose.Slides FOSS för Java. ärvt från: PVIObject, ITextFrameFormat.
Innehåller formateringsegenskaper för TextFrame.
Denna klass ger 37 metoder för att arbeta med TextFrameFormat objekt i Java-program. Tillgängliga metoder inkluderar: PVIObject, TextFrameFormat, asIPresentationComponent, getAnchoringType, getAutofitType, getCenterText, getColumnCount, getColumnSpacing, getMarginBottom, getMarginLeft, getMarginRight, getMarginTop,24 ytterligare metoder. Alla offentliga medlemmar är tillgängliga för alla Java-applikationer efter att ha installerat Aspose.Slides FOSS för Java paket. och egenskaper: anchoringType, autofitType, centerText, columnCount, columnSpacing, keepTextFlat,Och 12 fler.
ägodelar
| Namn | Typ av | Access | Beskrivning |
|---|---|---|---|
txBodyElement | Element | Läsning | Returnerar det underliggande {@code <a:txBody>} XML-elementet. |
presentation | IPresentation | Läsning | Hämtar presentationen. |
marginLeft | double | Läsning | [Läs mer] |
marginRight | double | Läsning | [Läs mer] |
marginTop | double | Läsning | [Läs mer] |
marginBottom | double | Läsning | [Läs mer] |
wrapText | NullableBool | Läsning | [Läs mer] |
anchoringType | TextAnchorType | Läsning | [Läs mer] |
centerText | NullableBool | Läsning | [Läs mer] |
textVerticalType | TextVerticalType | Läsning | [Läs mer] |
autofitType | TextAutofitType | Läsning | [Läs mer] |
columnCount | int | Läsning | [Läs mer] |
columnSpacing | double | Läsning | [Läs mer] |
rotationAngle | double | Läsning | [Läs mer] |
transform | TextShapeType | Läsning | [Läs mer] |
keepTextFlat | boolean | Läsning | [Läs mer] |
threeDFormat | IThreeDFormat | Läsning | [Läs mer] |
slide | IBaseSlide | Läsning | Hämtar bilden. |
Metoder
| Signature | Beskrivning |
|---|---|
TextFrameFormat(txBodyElement: Element, saveCallback: Runnable) | Skapar en TextFrameFormat som stöds av den angivna textkroppelementet. |
getTxBodyElement() → Element | Returnerar det underliggande {@code <a:txBody>} XML-elementet. |
TextFrameFormat() | Skapar en ny avskild TextFrameFormat med en ensam {@code <a:txBody>} som innehåller en tom { @code }. |
initInternal(txBodyElement: Element, saveCallback: Runnable, parentSlide: IBaseSlide) → TextFrameFormat | Initialiserar detta format med det verkliga XML-elementet från en slidesida. |
getPresentation() → IPresentation | återvända till presentationen. |
asIPresentationComponent() → IPresentationComponent | Returnerar detta objekt som en {@link IPresentationComponent}. |
getMarginLeft() → double | [Läs mer] |
setMarginLeft(value: double) | [Läs mer] |
getMarginRight() → double | [Läs mer] |
setMarginRight(value: double) | [Läs mer] |
getMarginTop() → double | [Läs mer] |
setMarginTop(value: double) | [Läs mer] |
getMarginBottom() → double | [Läs mer] |
setMarginBottom(value: double) | [Läs mer] |
getWrapText() → NullableBool | [Läs mer] |
setWrapText(value: NullableBool) | [Läs mer] |
getAnchoringType() → TextAnchorType | [Läs mer] |
setAnchoringType(value: TextAnchorType) | [Läs mer] |
getCenterText() → NullableBool | [Läs mer] |
setCenterText(value: NullableBool) | [Läs mer] |
getTextVerticalType() → TextVerticalType | [Läs mer] |
setTextVerticalType(value: TextVerticalType) | [Läs mer] |
getAutofitType() → TextAutofitType | [Läs mer] |
setAutofitType(value: TextAutofitType) | [Läs mer] |
getColumnCount() → int | [Läs mer] |
setColumnCount(value: int) | [Läs mer] |
getColumnSpacing() → double | [Läs mer] |
setColumnSpacing(value: double) | [Läs mer] |
getRotationAngle() → double | [Läs mer] |
setRotationAngle(value: double) | [Läs mer] |
getTransform() → TextShapeType | [Läs mer] |
setTransform(value: TextShapeType) | [Läs mer] |
isKeepTextFlat() → boolean | [Läs mer] |
setKeepTextFlat(value: boolean) | [Läs mer] |
getThreeDFormat() → IThreeDFormat | [Läs mer] |
PVIObject() | Skapar en PVIObject utan föräldraljud. |
getSlide() → IBaseSlide | Återställer slidan. |