Interface CTTextBodyProperties

All Superinterfaces:
XmlObject, XmlTokenSource

public interface CTTextBodyProperties extends XmlObject
An XML CT_TextBodyProperties(@http://schemas.openxmlformats.org/drawingml/2006/main). This is a complex type.
  • Field Details

  • Method Details

    • getPrstTxWarp

      CTPresetTextShape getPrstTxWarp()
      Gets the "prstTxWarp" element
    • isSetPrstTxWarp

      boolean isSetPrstTxWarp()
      True if has "prstTxWarp" element
    • setPrstTxWarp

      void setPrstTxWarp(CTPresetTextShape prstTxWarp)
      Sets the "prstTxWarp" element
    • addNewPrstTxWarp

      CTPresetTextShape addNewPrstTxWarp()
      Appends and returns a new empty "prstTxWarp" element
    • unsetPrstTxWarp

      void unsetPrstTxWarp()
      Unsets the "prstTxWarp" element
    • getNoAutofit

      CTTextNoAutofit getNoAutofit()
      Gets the "noAutofit" element
    • isSetNoAutofit

      boolean isSetNoAutofit()
      True if has "noAutofit" element
    • setNoAutofit

      void setNoAutofit(CTTextNoAutofit noAutofit)
      Sets the "noAutofit" element
    • addNewNoAutofit

      CTTextNoAutofit addNewNoAutofit()
      Appends and returns a new empty "noAutofit" element
    • unsetNoAutofit

      void unsetNoAutofit()
      Unsets the "noAutofit" element
    • getNormAutofit

      CTTextNormalAutofit getNormAutofit()
      Gets the "normAutofit" element
    • isSetNormAutofit

      boolean isSetNormAutofit()
      True if has "normAutofit" element
    • setNormAutofit

      void setNormAutofit(CTTextNormalAutofit normAutofit)
      Sets the "normAutofit" element
    • addNewNormAutofit

      CTTextNormalAutofit addNewNormAutofit()
      Appends and returns a new empty "normAutofit" element
    • unsetNormAutofit

      void unsetNormAutofit()
      Unsets the "normAutofit" element
    • getSpAutoFit

      CTTextShapeAutofit getSpAutoFit()
      Gets the "spAutoFit" element
    • isSetSpAutoFit

      boolean isSetSpAutoFit()
      True if has "spAutoFit" element
    • setSpAutoFit

      void setSpAutoFit(CTTextShapeAutofit spAutoFit)
      Sets the "spAutoFit" element
    • addNewSpAutoFit

      CTTextShapeAutofit addNewSpAutoFit()
      Appends and returns a new empty "spAutoFit" element
    • unsetSpAutoFit

      void unsetSpAutoFit()
      Unsets the "spAutoFit" element
    • getScene3D

      CTScene3D getScene3D()
      Gets the "scene3d" element
    • isSetScene3D

      boolean isSetScene3D()
      True if has "scene3d" element
    • setScene3D

      void setScene3D(CTScene3D scene3D)
      Sets the "scene3d" element
    • addNewScene3D

      CTScene3D addNewScene3D()
      Appends and returns a new empty "scene3d" element
    • unsetScene3D

      void unsetScene3D()
      Unsets the "scene3d" element
    • getSp3D

      CTShape3D getSp3D()
      Gets the "sp3d" element
    • isSetSp3D

      boolean isSetSp3D()
      True if has "sp3d" element
    • setSp3D

      void setSp3D(CTShape3D sp3D)
      Sets the "sp3d" element
    • addNewSp3D

      CTShape3D addNewSp3D()
      Appends and returns a new empty "sp3d" element
    • unsetSp3D

      void unsetSp3D()
      Unsets the "sp3d" element
    • getFlatTx

      CTFlatText getFlatTx()
      Gets the "flatTx" element
    • isSetFlatTx

      boolean isSetFlatTx()
      True if has "flatTx" element
    • setFlatTx

      void setFlatTx(CTFlatText flatTx)
      Sets the "flatTx" element
    • addNewFlatTx

      CTFlatText addNewFlatTx()
      Appends and returns a new empty "flatTx" element
    • unsetFlatTx

      void unsetFlatTx()
      Unsets the "flatTx" element
    • getExtLst

      Gets the "extLst" element
    • isSetExtLst

      boolean isSetExtLst()
      True if has "extLst" element
    • setExtLst

      void setExtLst(CTOfficeArtExtensionList extLst)
      Sets the "extLst" element
    • addNewExtLst

      CTOfficeArtExtensionList addNewExtLst()
      Appends and returns a new empty "extLst" element
    • unsetExtLst

      void unsetExtLst()
      Unsets the "extLst" element
    • getRot

      int getRot()
      Gets the "rot" attribute
    • xgetRot

      STAngle xgetRot()
      Gets (as xml) the "rot" attribute
    • isSetRot

      boolean isSetRot()
      True if has "rot" attribute
    • setRot

      void setRot(int rot)
      Sets the "rot" attribute
    • xsetRot

      void xsetRot(STAngle rot)
      Sets (as xml) the "rot" attribute
    • unsetRot

      void unsetRot()
      Unsets the "rot" attribute
    • getSpcFirstLastPara

      boolean getSpcFirstLastPara()
      Gets the "spcFirstLastPara" attribute
    • xgetSpcFirstLastPara

      XmlBoolean xgetSpcFirstLastPara()
      Gets (as xml) the "spcFirstLastPara" attribute
    • isSetSpcFirstLastPara

      boolean isSetSpcFirstLastPara()
      True if has "spcFirstLastPara" attribute
    • setSpcFirstLastPara

      void setSpcFirstLastPara(boolean spcFirstLastPara)
      Sets the "spcFirstLastPara" attribute
    • xsetSpcFirstLastPara

      void xsetSpcFirstLastPara(XmlBoolean spcFirstLastPara)
      Sets (as xml) the "spcFirstLastPara" attribute
    • unsetSpcFirstLastPara

      void unsetSpcFirstLastPara()
      Unsets the "spcFirstLastPara" attribute
    • getVertOverflow

      STTextVertOverflowType.Enum getVertOverflow()
      Gets the "vertOverflow" attribute
    • xgetVertOverflow

      STTextVertOverflowType xgetVertOverflow()
      Gets (as xml) the "vertOverflow" attribute
    • isSetVertOverflow

      boolean isSetVertOverflow()
      True if has "vertOverflow" attribute
    • setVertOverflow

      void setVertOverflow(STTextVertOverflowType.Enum vertOverflow)
      Sets the "vertOverflow" attribute
    • xsetVertOverflow

      void xsetVertOverflow(STTextVertOverflowType vertOverflow)
      Sets (as xml) the "vertOverflow" attribute
    • unsetVertOverflow

      void unsetVertOverflow()
      Unsets the "vertOverflow" attribute
    • getHorzOverflow

      STTextHorzOverflowType.Enum getHorzOverflow()
      Gets the "horzOverflow" attribute
    • xgetHorzOverflow

      STTextHorzOverflowType xgetHorzOverflow()
      Gets (as xml) the "horzOverflow" attribute
    • isSetHorzOverflow

      boolean isSetHorzOverflow()
      True if has "horzOverflow" attribute
    • setHorzOverflow

      void setHorzOverflow(STTextHorzOverflowType.Enum horzOverflow)
      Sets the "horzOverflow" attribute
    • xsetHorzOverflow

      void xsetHorzOverflow(STTextHorzOverflowType horzOverflow)
      Sets (as xml) the "horzOverflow" attribute
    • unsetHorzOverflow

      void unsetHorzOverflow()
      Unsets the "horzOverflow" attribute
    • getVert

      Gets the "vert" attribute
    • xgetVert

      STTextVerticalType xgetVert()
      Gets (as xml) the "vert" attribute
    • isSetVert

      boolean isSetVert()
      True if has "vert" attribute
    • setVert

      void setVert(STTextVerticalType.Enum vert)
      Sets the "vert" attribute
    • xsetVert

      void xsetVert(STTextVerticalType vert)
      Sets (as xml) the "vert" attribute
    • unsetVert

      void unsetVert()
      Unsets the "vert" attribute
    • getWrap

      Gets the "wrap" attribute
    • xgetWrap

      STTextWrappingType xgetWrap()
      Gets (as xml) the "wrap" attribute
    • isSetWrap

      boolean isSetWrap()
      True if has "wrap" attribute
    • setWrap

      void setWrap(STTextWrappingType.Enum wrap)
      Sets the "wrap" attribute
    • xsetWrap

      void xsetWrap(STTextWrappingType wrap)
      Sets (as xml) the "wrap" attribute
    • unsetWrap

      void unsetWrap()
      Unsets the "wrap" attribute
    • getLIns

      Object getLIns()
      Gets the "lIns" attribute
    • xgetLIns

      STCoordinate32 xgetLIns()
      Gets (as xml) the "lIns" attribute
    • isSetLIns

      boolean isSetLIns()
      True if has "lIns" attribute
    • setLIns

      void setLIns(Object lIns)
      Sets the "lIns" attribute
    • xsetLIns

      void xsetLIns(STCoordinate32 lIns)
      Sets (as xml) the "lIns" attribute
    • unsetLIns

      void unsetLIns()
      Unsets the "lIns" attribute
    • getTIns

      Object getTIns()
      Gets the "tIns" attribute
    • xgetTIns

      STCoordinate32 xgetTIns()
      Gets (as xml) the "tIns" attribute
    • isSetTIns

      boolean isSetTIns()
      True if has "tIns" attribute
    • setTIns

      void setTIns(Object tIns)
      Sets the "tIns" attribute
    • xsetTIns

      void xsetTIns(STCoordinate32 tIns)
      Sets (as xml) the "tIns" attribute
    • unsetTIns

      void unsetTIns()
      Unsets the "tIns" attribute
    • getRIns

      Object getRIns()
      Gets the "rIns" attribute
    • xgetRIns

      STCoordinate32 xgetRIns()
      Gets (as xml) the "rIns" attribute
    • isSetRIns

      boolean isSetRIns()
      True if has "rIns" attribute
    • setRIns

      void setRIns(Object rIns)
      Sets the "rIns" attribute
    • xsetRIns

      void xsetRIns(STCoordinate32 rIns)
      Sets (as xml) the "rIns" attribute
    • unsetRIns

      void unsetRIns()
      Unsets the "rIns" attribute
    • getBIns

      Object getBIns()
      Gets the "bIns" attribute
    • xgetBIns

      STCoordinate32 xgetBIns()
      Gets (as xml) the "bIns" attribute
    • isSetBIns

      boolean isSetBIns()
      True if has "bIns" attribute
    • setBIns

      void setBIns(Object bIns)
      Sets the "bIns" attribute
    • xsetBIns

      void xsetBIns(STCoordinate32 bIns)
      Sets (as xml) the "bIns" attribute
    • unsetBIns

      void unsetBIns()
      Unsets the "bIns" attribute
    • getNumCol

      int getNumCol()
      Gets the "numCol" attribute
    • xgetNumCol

      STTextColumnCount xgetNumCol()
      Gets (as xml) the "numCol" attribute
    • isSetNumCol

      boolean isSetNumCol()
      True if has "numCol" attribute
    • setNumCol

      void setNumCol(int numCol)
      Sets the "numCol" attribute
    • xsetNumCol

      void xsetNumCol(STTextColumnCount numCol)
      Sets (as xml) the "numCol" attribute
    • unsetNumCol

      void unsetNumCol()
      Unsets the "numCol" attribute
    • getSpcCol

      int getSpcCol()
      Gets the "spcCol" attribute
    • xgetSpcCol

      Gets (as xml) the "spcCol" attribute
    • isSetSpcCol

      boolean isSetSpcCol()
      True if has "spcCol" attribute
    • setSpcCol

      void setSpcCol(int spcCol)
      Sets the "spcCol" attribute
    • xsetSpcCol

      void xsetSpcCol(STPositiveCoordinate32 spcCol)
      Sets (as xml) the "spcCol" attribute
    • unsetSpcCol

      void unsetSpcCol()
      Unsets the "spcCol" attribute
    • getRtlCol

      boolean getRtlCol()
      Gets the "rtlCol" attribute
    • xgetRtlCol

      XmlBoolean xgetRtlCol()
      Gets (as xml) the "rtlCol" attribute
    • isSetRtlCol

      boolean isSetRtlCol()
      True if has "rtlCol" attribute
    • setRtlCol

      void setRtlCol(boolean rtlCol)
      Sets the "rtlCol" attribute
    • xsetRtlCol

      void xsetRtlCol(XmlBoolean rtlCol)
      Sets (as xml) the "rtlCol" attribute
    • unsetRtlCol

      void unsetRtlCol()
      Unsets the "rtlCol" attribute
    • getFromWordArt

      boolean getFromWordArt()
      Gets the "fromWordArt" attribute
    • xgetFromWordArt

      XmlBoolean xgetFromWordArt()
      Gets (as xml) the "fromWordArt" attribute
    • isSetFromWordArt

      boolean isSetFromWordArt()
      True if has "fromWordArt" attribute
    • setFromWordArt

      void setFromWordArt(boolean fromWordArt)
      Sets the "fromWordArt" attribute
    • xsetFromWordArt

      void xsetFromWordArt(XmlBoolean fromWordArt)
      Sets (as xml) the "fromWordArt" attribute
    • unsetFromWordArt

      void unsetFromWordArt()
      Unsets the "fromWordArt" attribute
    • getAnchor

      Gets the "anchor" attribute
    • xgetAnchor

      STTextAnchoringType xgetAnchor()
      Gets (as xml) the "anchor" attribute
    • isSetAnchor

      boolean isSetAnchor()
      True if has "anchor" attribute
    • setAnchor

      void setAnchor(STTextAnchoringType.Enum anchor)
      Sets the "anchor" attribute
    • xsetAnchor

      void xsetAnchor(STTextAnchoringType anchor)
      Sets (as xml) the "anchor" attribute
    • unsetAnchor

      void unsetAnchor()
      Unsets the "anchor" attribute
    • getAnchorCtr

      boolean getAnchorCtr()
      Gets the "anchorCtr" attribute
    • xgetAnchorCtr

      XmlBoolean xgetAnchorCtr()
      Gets (as xml) the "anchorCtr" attribute
    • isSetAnchorCtr

      boolean isSetAnchorCtr()
      True if has "anchorCtr" attribute
    • setAnchorCtr

      void setAnchorCtr(boolean anchorCtr)
      Sets the "anchorCtr" attribute
    • xsetAnchorCtr

      void xsetAnchorCtr(XmlBoolean anchorCtr)
      Sets (as xml) the "anchorCtr" attribute
    • unsetAnchorCtr

      void unsetAnchorCtr()
      Unsets the "anchorCtr" attribute
    • getForceAA

      boolean getForceAA()
      Gets the "forceAA" attribute
    • xgetForceAA

      XmlBoolean xgetForceAA()
      Gets (as xml) the "forceAA" attribute
    • isSetForceAA

      boolean isSetForceAA()
      True if has "forceAA" attribute
    • setForceAA

      void setForceAA(boolean forceAA)
      Sets the "forceAA" attribute
    • xsetForceAA

      void xsetForceAA(XmlBoolean forceAA)
      Sets (as xml) the "forceAA" attribute
    • unsetForceAA

      void unsetForceAA()
      Unsets the "forceAA" attribute
    • getUpright

      boolean getUpright()
      Gets the "upright" attribute
    • xgetUpright

      XmlBoolean xgetUpright()
      Gets (as xml) the "upright" attribute
    • isSetUpright

      boolean isSetUpright()
      True if has "upright" attribute
    • setUpright

      void setUpright(boolean upright)
      Sets the "upright" attribute
    • xsetUpright

      void xsetUpright(XmlBoolean upright)
      Sets (as xml) the "upright" attribute
    • unsetUpright

      void unsetUpright()
      Unsets the "upright" attribute
    • getCompatLnSpc

      boolean getCompatLnSpc()
      Gets the "compatLnSpc" attribute
    • xgetCompatLnSpc

      XmlBoolean xgetCompatLnSpc()
      Gets (as xml) the "compatLnSpc" attribute
    • isSetCompatLnSpc

      boolean isSetCompatLnSpc()
      True if has "compatLnSpc" attribute
    • setCompatLnSpc

      void setCompatLnSpc(boolean compatLnSpc)
      Sets the "compatLnSpc" attribute
    • xsetCompatLnSpc

      void xsetCompatLnSpc(XmlBoolean compatLnSpc)
      Sets (as xml) the "compatLnSpc" attribute
    • unsetCompatLnSpc

      void unsetCompatLnSpc()
      Unsets the "compatLnSpc" attribute