/* * XML Type: CT_TextBodyProperties * Namespace: http://schemas.openxmlformats.org/drawingml/2006/main * Java type: org.openxmlformats.schemas.drawingml.x2006.main.CTTextBodyProperties * * Automatically generated - do not modify. */ package org.openxmlformats.schemas.drawingml.x2006.main; /** * An XML CT_TextBodyProperties(@http://schemas.openxmlformats.org/drawingml/2006/main). * * This is a complex type. */ public interface CTTextBodyProperties extends org.apache.xmlbeans.XmlObject { public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType) org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CTTextBodyProperties.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sE130CAA0A01A7CDE5A2B4FEB8B311707").resolveHandle("cttextbodyproperties87ddtype"); /** * Gets the "prstTxWarp" element */ org.openxmlformats.schemas.drawingml.x2006.main.CTPresetTextShape getPrstTxWarp(); /** * True if has "prstTxWarp" element */ boolean isSetPrstTxWarp(); /** * Sets the "prstTxWarp" element */ void setPrstTxWarp(org.openxmlformats.schemas.drawingml.x2006.main.CTPresetTextShape prstTxWarp); /** * Appends and returns a new empty "prstTxWarp" element */ org.openxmlformats.schemas.drawingml.x2006.main.CTPresetTextShape addNewPrstTxWarp(); /** * Unsets the "prstTxWarp" element */ void unsetPrstTxWarp(); /** * Gets the "noAutofit" element */ org.openxmlformats.schemas.drawingml.x2006.main.CTTextNoAutofit getNoAutofit(); /** * True if has "noAutofit" element */ boolean isSetNoAutofit(); /** * Sets the "noAutofit" element */ void setNoAutofit(org.openxmlformats.schemas.drawingml.x2006.main.CTTextNoAutofit noAutofit); /** * Appends and returns a new empty "noAutofit" element */ org.openxmlformats.schemas.drawingml.x2006.main.CTTextNoAutofit addNewNoAutofit(); /** * Unsets the "noAutofit" element */ void unsetNoAutofit(); /** * Gets the "normAutofit" element */ org.openxmlformats.schemas.drawingml.x2006.main.CTTextNormalAutofit getNormAutofit(); /** * True if has "normAutofit" element */ boolean isSetNormAutofit(); /** * Sets the "normAutofit" element */ void setNormAutofit(org.openxmlformats.schemas.drawingml.x2006.main.CTTextNormalAutofit normAutofit); /** * Appends and returns a new empty "normAutofit" element */ org.openxmlformats.schemas.drawingml.x2006.main.CTTextNormalAutofit addNewNormAutofit(); /** * Unsets the "normAutofit" element */ void unsetNormAutofit(); /** * Gets the "spAutoFit" element */ org.openxmlformats.schemas.drawingml.x2006.main.CTTextShapeAutofit getSpAutoFit(); /** * True if has "spAutoFit" element */ boolean isSetSpAutoFit(); /** * Sets the "spAutoFit" element */ void setSpAutoFit(org.openxmlformats.schemas.drawingml.x2006.main.CTTextShapeAutofit spAutoFit); /** * Appends and returns a new empty "spAutoFit" element */ org.openxmlformats.schemas.drawingml.x2006.main.CTTextShapeAutofit addNewSpAutoFit(); /** * Unsets the "spAutoFit" element */ void unsetSpAutoFit(); /** * Gets the "scene3d" element */ org.openxmlformats.schemas.drawingml.x2006.main.CTScene3D getScene3D(); /** * True if has "scene3d" element */ boolean isSetScene3D(); /** * Sets the "scene3d" element */ void setScene3D(org.openxmlformats.schemas.drawingml.x2006.main.CTScene3D scene3D); /** * Appends and returns a new empty "scene3d" element */ org.openxmlformats.schemas.drawingml.x2006.main.CTScene3D addNewScene3D(); /** * Unsets the "scene3d" element */ void unsetScene3D(); /** * Gets the "sp3d" element */ org.openxmlformats.schemas.drawingml.x2006.main.CTShape3D getSp3D(); /** * True if has "sp3d" element */ boolean isSetSp3D(); /** * Sets the "sp3d" element */ void setSp3D(org.openxmlformats.schemas.drawingml.x2006.main.CTShape3D sp3D); /** * Appends and returns a new empty "sp3d" element */ org.openxmlformats.schemas.drawingml.x2006.main.CTShape3D addNewSp3D(); /** * Unsets the "sp3d" element */ void unsetSp3D(); /** * Gets the "flatTx" element */ org.openxmlformats.schemas.drawingml.x2006.main.CTFlatText getFlatTx(); /** * True if has "flatTx" element */ boolean isSetFlatTx(); /** * Sets the "flatTx" element */ void setFlatTx(org.openxmlformats.schemas.drawingml.x2006.main.CTFlatText flatTx); /** * Appends and returns a new empty "flatTx" element */ org.openxmlformats.schemas.drawingml.x2006.main.CTFlatText addNewFlatTx(); /** * Unsets the "flatTx" element */ void unsetFlatTx(); /** * Gets the "extLst" element */ org.openxmlformats.schemas.drawingml.x2006.main.CTOfficeArtExtensionList getExtLst(); /** * True if has "extLst" element */ boolean isSetExtLst(); /** * Sets the "extLst" element */ void setExtLst(org.openxmlformats.schemas.drawingml.x2006.main.CTOfficeArtExtensionList extLst); /** * Appends and returns a new empty "extLst" element */ org.openxmlformats.schemas.drawingml.x2006.main.CTOfficeArtExtensionList addNewExtLst(); /** * Unsets the "extLst" element */ void unsetExtLst(); /** * Gets the "rot" attribute */ int getRot(); /** * Gets (as xml) the "rot" attribute */ org.openxmlformats.schemas.drawingml.x2006.main.STAngle xgetRot(); /** * True if has "rot" attribute */ boolean isSetRot(); /** * Sets the "rot" attribute */ void setRot(int rot); /** * Sets (as xml) the "rot" attribute */ void xsetRot(org.openxmlformats.schemas.drawingml.x2006.main.STAngle rot); /** * Unsets the "rot" attribute */ void unsetRot(); /** * Gets the "spcFirstLastPara" attribute */ boolean getSpcFirstLastPara(); /** * Gets (as xml) the "spcFirstLastPara" attribute */ org.apache.xmlbeans.XmlBoolean xgetSpcFirstLastPara(); /** * True if has "spcFirstLastPara" attribute */ boolean isSetSpcFirstLastPara(); /** * Sets the "spcFirstLastPara" attribute */ void setSpcFirstLastPara(boolean spcFirstLastPara); /** * Sets (as xml) the "spcFirstLastPara" attribute */ void xsetSpcFirstLastPara(org.apache.xmlbeans.XmlBoolean spcFirstLastPara); /** * Unsets the "spcFirstLastPara" attribute */ void unsetSpcFirstLastPara(); /** * Gets the "vertOverflow" attribute */ org.openxmlformats.schemas.drawingml.x2006.main.STTextVertOverflowType.Enum getVertOverflow(); /** * Gets (as xml) the "vertOverflow" attribute */ org.openxmlformats.schemas.drawingml.x2006.main.STTextVertOverflowType xgetVertOverflow(); /** * True if has "vertOverflow" attribute */ boolean isSetVertOverflow(); /** * Sets the "vertOverflow" attribute */ void setVertOverflow(org.openxmlformats.schemas.drawingml.x2006.main.STTextVertOverflowType.Enum vertOverflow); /** * Sets (as xml) the "vertOverflow" attribute */ void xsetVertOverflow(org.openxmlformats.schemas.drawingml.x2006.main.STTextVertOverflowType vertOverflow); /** * Unsets the "vertOverflow" attribute */ void unsetVertOverflow(); /** * Gets the "horzOverflow" attribute */ org.openxmlformats.schemas.drawingml.x2006.main.STTextHorzOverflowType.Enum getHorzOverflow(); /** * Gets (as xml) the "horzOverflow" attribute */ org.openxmlformats.schemas.drawingml.x2006.main.STTextHorzOverflowType xgetHorzOverflow(); /** * True if has "horzOverflow" attribute */ boolean isSetHorzOverflow(); /** * Sets the "horzOverflow" attribute */ void setHorzOverflow(org.openxmlformats.schemas.drawingml.x2006.main.STTextHorzOverflowType.Enum horzOverflow); /** * Sets (as xml) the "horzOverflow" attribute */ void xsetHorzOverflow(org.openxmlformats.schemas.drawingml.x2006.main.STTextHorzOverflowType horzOverflow); /** * Unsets the "horzOverflow" attribute */ void unsetHorzOverflow(); /** * Gets the "vert" attribute */ org.openxmlformats.schemas.drawingml.x2006.main.STTextVerticalType.Enum getVert(); /** * Gets (as xml) the "vert" attribute */ org.openxmlformats.schemas.drawingml.x2006.main.STTextVerticalType xgetVert(); /** * True if has "vert" attribute */ boolean isSetVert(); /** * Sets the "vert" attribute */ void setVert(org.openxmlformats.schemas.drawingml.x2006.main.STTextVerticalType.Enum vert); /** * Sets (as xml) the "vert" attribute */ void xsetVert(org.openxmlformats.schemas.drawingml.x2006.main.STTextVerticalType vert); /** * Unsets the "vert" attribute */ void unsetVert(); /** * Gets the "wrap" attribute */ org.openxmlformats.schemas.drawingml.x2006.main.STTextWrappingType.Enum getWrap(); /** * Gets (as xml) the "wrap" attribute */ org.openxmlformats.schemas.drawingml.x2006.main.STTextWrappingType xgetWrap(); /** * True if has "wrap" attribute */ boolean isSetWrap(); /** * Sets the "wrap" attribute */ void setWrap(org.openxmlformats.schemas.drawingml.x2006.main.STTextWrappingType.Enum wrap); /** * Sets (as xml) the "wrap" attribute */ void xsetWrap(org.openxmlformats.schemas.drawingml.x2006.main.STTextWrappingType wrap); /** * Unsets the "wrap" attribute */ void unsetWrap(); /** * Gets the "lIns" attribute */ int getLIns(); /** * Gets (as xml) the "lIns" attribute */ org.openxmlformats.schemas.drawingml.x2006.main.STCoordinate32 xgetLIns(); /** * True if has "lIns" attribute */ boolean isSetLIns(); /** * Sets the "lIns" attribute */ void setLIns(int lIns); /** * Sets (as xml) the "lIns" attribute */ void xsetLIns(org.openxmlformats.schemas.drawingml.x2006.main.STCoordinate32 lIns); /** * Unsets the "lIns" attribute */ void unsetLIns(); /** * Gets the "tIns" attribute */ int getTIns(); /** * Gets (as xml) the "tIns" attribute */ org.openxmlformats.schemas.drawingml.x2006.main.STCoordinate32 xgetTIns(); /** * True if has "tIns" attribute */ boolean isSetTIns(); /** * Sets the "tIns" attribute */ void setTIns(int tIns); /** * Sets (as xml) the "tIns" attribute */ void xsetTIns(org.openxmlformats.schemas.drawingml.x2006.main.STCoordinate32 tIns); /** * Unsets the "tIns" attribute */ void unsetTIns(); /** * Gets the "rIns" attribute */ int getRIns(); /** * Gets (as xml) the "rIns" attribute */ org.openxmlformats.schemas.drawingml.x2006.main.STCoordinate32 xgetRIns(); /** * True if has "rIns" attribute */ boolean isSetRIns(); /** * Sets the "rIns" attribute */ void setRIns(int rIns); /** * Sets (as xml) the "rIns" attribute */ void xsetRIns(org.openxmlformats.schemas.drawingml.x2006.main.STCoordinate32 rIns); /** * Unsets the "rIns" attribute */ void unsetRIns(); /** * Gets the "bIns" attribute */ int getBIns(); /** * Gets (as xml) the "bIns" attribute */ org.openxmlformats.schemas.drawingml.x2006.main.STCoordinate32 xgetBIns(); /** * True if has "bIns" attribute */ boolean isSetBIns(); /** * Sets the "bIns" attribute */ void setBIns(int bIns); /** * Sets (as xml) the "bIns" attribute */ void xsetBIns(org.openxmlformats.schemas.drawingml.x2006.main.STCoordinate32 bIns); /** * Unsets the "bIns" attribute */ void unsetBIns(); /** * Gets the "numCol" attribute */ int getNumCol(); /** * Gets (as xml) the "numCol" attribute */ org.openxmlformats.schemas.drawingml.x2006.main.STTextColumnCount xgetNumCol(); /** * True if has "numCol" attribute */ boolean isSetNumCol(); /** * Sets the "numCol" attribute */ void setNumCol(int numCol); /** * Sets (as xml) the "numCol" attribute */ void xsetNumCol(org.openxmlformats.schemas.drawingml.x2006.main.STTextColumnCount numCol); /** * Unsets the "numCol" attribute */ void unsetNumCol(); /** * Gets the "spcCol" attribute */ int getSpcCol(); /** * Gets (as xml) the "spcCol" attribute */ org.openxmlformats.schemas.drawingml.x2006.main.STPositiveCoordinate32 xgetSpcCol(); /** * True if has "spcCol" attribute */ boolean isSetSpcCol(); /** * Sets the "spcCol" attribute */ void setSpcCol(int spcCol); /** * Sets (as xml) the "spcCol" attribute */ void xsetSpcCol(org.openxmlformats.schemas.drawingml.x2006.main.STPositiveCoordinate32 spcCol); /** * Unsets the "spcCol" attribute */ void unsetSpcCol(); /** * Gets the "rtlCol" attribute */ boolean getRtlCol(); /** * Gets (as xml) the "rtlCol" attribute */ org.apache.xmlbeans.XmlBoolean xgetRtlCol(); /** * True if has "rtlCol" attribute */ boolean isSetRtlCol(); /** * Sets the "rtlCol" attribute */ void setRtlCol(boolean rtlCol); /** * Sets (as xml) the "rtlCol" attribute */ void xsetRtlCol(org.apache.xmlbeans.XmlBoolean rtlCol); /** * Unsets the "rtlCol" attribute */ void unsetRtlCol(); /** * Gets the "fromWordArt" attribute */ boolean getFromWordArt(); /** * Gets (as xml) the "fromWordArt" attribute */ org.apache.xmlbeans.XmlBoolean xgetFromWordArt(); /** * True if has "fromWordArt" attribute */ boolean isSetFromWordArt(); /** * Sets the "fromWordArt" attribute */ void setFromWordArt(boolean fromWordArt); /** * Sets (as xml) the "fromWordArt" attribute */ void xsetFromWordArt(org.apache.xmlbeans.XmlBoolean fromWordArt); /** * Unsets the "fromWordArt" attribute */ void unsetFromWordArt(); /** * Gets the "anchor" attribute */ org.openxmlformats.schemas.drawingml.x2006.main.STTextAnchoringType.Enum getAnchor(); /** * Gets (as xml) the "anchor" attribute */ org.openxmlformats.schemas.drawingml.x2006.main.STTextAnchoringType xgetAnchor(); /** * True if has "anchor" attribute */ boolean isSetAnchor(); /** * Sets the "anchor" attribute */ void setAnchor(org.openxmlformats.schemas.drawingml.x2006.main.STTextAnchoringType.Enum anchor); /** * Sets (as xml) the "anchor" attribute */ void xsetAnchor(org.openxmlformats.schemas.drawingml.x2006.main.STTextAnchoringType anchor); /** * Unsets the "anchor" attribute */ void unsetAnchor(); /** * Gets the "anchorCtr" attribute */ boolean getAnchorCtr(); /** * Gets (as xml) the "anchorCtr" attribute */ org.apache.xmlbeans.XmlBoolean xgetAnchorCtr(); /** * True if has "anchorCtr" attribute */ boolean isSetAnchorCtr(); /** * Sets the "anchorCtr" attribute */ void setAnchorCtr(boolean anchorCtr); /** * Sets (as xml) the "anchorCtr" attribute */ void xsetAnchorCtr(org.apache.xmlbeans.XmlBoolean anchorCtr); /** * Unsets the "anchorCtr" attribute */ void unsetAnchorCtr(); /** * Gets the "forceAA" attribute */ boolean getForceAA(); /** * Gets (as xml) the "forceAA" attribute */ org.apache.xmlbeans.XmlBoolean xgetForceAA(); /** * True if has "forceAA" attribute */ boolean isSetForceAA(); /** * Sets the "forceAA" attribute */ void setForceAA(boolean forceAA); /** * Sets (as xml) the "forceAA" attribute */ void xsetForceAA(org.apache.xmlbeans.XmlBoolean forceAA); /** * Unsets the "forceAA" attribute */ void unsetForceAA(); /** * Gets the "upright" attribute */ boolean getUpright(); /** * Gets (as xml) the "upright" attribute */ org.apache.xmlbeans.XmlBoolean xgetUpright(); /** * True if has "upright" attribute */ boolean isSetUpright(); /** * Sets the "upright" attribute */ void setUpright(boolean upright); /** * Sets (as xml) the "upright" attribute */ void xsetUpright(org.apache.xmlbeans.XmlBoolean upright); /** * Unsets the "upright" attribute */ void unsetUpright(); /** * Gets the "compatLnSpc" attribute */ boolean getCompatLnSpc(); /** * Gets (as xml) the "compatLnSpc" attribute */ org.apache.xmlbeans.XmlBoolean xgetCompatLnSpc(); /** * True if has "compatLnSpc" attribute */ boolean isSetCompatLnSpc(); /** * Sets the "compatLnSpc" attribute */ void setCompatLnSpc(boolean compatLnSpc); /** * Sets (as xml) the "compatLnSpc" attribute */ void xsetCompatLnSpc(org.apache.xmlbeans.XmlBoolean compatLnSpc); /** * Unsets the "compatLnSpc" attribute */ void unsetCompatLnSpc(); /** * A factory class with static methods for creating instances * of this type. */ }