Interface CTLineProperties

All Superinterfaces:
XmlObject, XmlTokenSource

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

  • Method Details

    • getNoFill

      CTNoFillProperties getNoFill()
      Gets the "noFill" element
    • isSetNoFill

      boolean isSetNoFill()
      True if has "noFill" element
    • setNoFill

      void setNoFill(CTNoFillProperties noFill)
      Sets the "noFill" element
    • addNewNoFill

      CTNoFillProperties addNewNoFill()
      Appends and returns a new empty "noFill" element
    • unsetNoFill

      void unsetNoFill()
      Unsets the "noFill" element
    • getSolidFill

      Gets the "solidFill" element
    • isSetSolidFill

      boolean isSetSolidFill()
      True if has "solidFill" element
    • setSolidFill

      void setSolidFill(CTSolidColorFillProperties solidFill)
      Sets the "solidFill" element
    • addNewSolidFill

      CTSolidColorFillProperties addNewSolidFill()
      Appends and returns a new empty "solidFill" element
    • unsetSolidFill

      void unsetSolidFill()
      Unsets the "solidFill" element
    • getGradFill

      Gets the "gradFill" element
    • isSetGradFill

      boolean isSetGradFill()
      True if has "gradFill" element
    • setGradFill

      void setGradFill(CTGradientFillProperties gradFill)
      Sets the "gradFill" element
    • addNewGradFill

      CTGradientFillProperties addNewGradFill()
      Appends and returns a new empty "gradFill" element
    • unsetGradFill

      void unsetGradFill()
      Unsets the "gradFill" element
    • getPattFill

      Gets the "pattFill" element
    • isSetPattFill

      boolean isSetPattFill()
      True if has "pattFill" element
    • setPattFill

      void setPattFill(CTPatternFillProperties pattFill)
      Sets the "pattFill" element
    • addNewPattFill

      CTPatternFillProperties addNewPattFill()
      Appends and returns a new empty "pattFill" element
    • unsetPattFill

      void unsetPattFill()
      Unsets the "pattFill" element
    • getPrstDash

      Gets the "prstDash" element
    • isSetPrstDash

      boolean isSetPrstDash()
      True if has "prstDash" element
    • setPrstDash

      void setPrstDash(CTPresetLineDashProperties prstDash)
      Sets the "prstDash" element
    • addNewPrstDash

      CTPresetLineDashProperties addNewPrstDash()
      Appends and returns a new empty "prstDash" element
    • unsetPrstDash

      void unsetPrstDash()
      Unsets the "prstDash" element
    • getCustDash

      CTDashStopList getCustDash()
      Gets the "custDash" element
    • isSetCustDash

      boolean isSetCustDash()
      True if has "custDash" element
    • setCustDash

      void setCustDash(CTDashStopList custDash)
      Sets the "custDash" element
    • addNewCustDash

      CTDashStopList addNewCustDash()
      Appends and returns a new empty "custDash" element
    • unsetCustDash

      void unsetCustDash()
      Unsets the "custDash" element
    • getRound

      CTLineJoinRound getRound()
      Gets the "round" element
    • isSetRound

      boolean isSetRound()
      True if has "round" element
    • setRound

      void setRound(CTLineJoinRound round)
      Sets the "round" element
    • addNewRound

      CTLineJoinRound addNewRound()
      Appends and returns a new empty "round" element
    • unsetRound

      void unsetRound()
      Unsets the "round" element
    • getBevel

      CTLineJoinBevel getBevel()
      Gets the "bevel" element
    • isSetBevel

      boolean isSetBevel()
      True if has "bevel" element
    • setBevel

      void setBevel(CTLineJoinBevel bevel)
      Sets the "bevel" element
    • addNewBevel

      CTLineJoinBevel addNewBevel()
      Appends and returns a new empty "bevel" element
    • unsetBevel

      void unsetBevel()
      Unsets the "bevel" element
    • getMiter

      Gets the "miter" element
    • isSetMiter

      boolean isSetMiter()
      True if has "miter" element
    • setMiter

      void setMiter(CTLineJoinMiterProperties miter)
      Sets the "miter" element
    • addNewMiter

      Appends and returns a new empty "miter" element
    • unsetMiter

      void unsetMiter()
      Unsets the "miter" element
    • getHeadEnd

      CTLineEndProperties getHeadEnd()
      Gets the "headEnd" element
    • isSetHeadEnd

      boolean isSetHeadEnd()
      True if has "headEnd" element
    • setHeadEnd

      void setHeadEnd(CTLineEndProperties headEnd)
      Sets the "headEnd" element
    • addNewHeadEnd

      CTLineEndProperties addNewHeadEnd()
      Appends and returns a new empty "headEnd" element
    • unsetHeadEnd

      void unsetHeadEnd()
      Unsets the "headEnd" element
    • getTailEnd

      CTLineEndProperties getTailEnd()
      Gets the "tailEnd" element
    • isSetTailEnd

      boolean isSetTailEnd()
      True if has "tailEnd" element
    • setTailEnd

      void setTailEnd(CTLineEndProperties tailEnd)
      Sets the "tailEnd" element
    • addNewTailEnd

      CTLineEndProperties addNewTailEnd()
      Appends and returns a new empty "tailEnd" element
    • unsetTailEnd

      void unsetTailEnd()
      Unsets the "tailEnd" 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
    • getW

      int getW()
      Gets the "w" attribute
    • xgetW

      STLineWidth xgetW()
      Gets (as xml) the "w" attribute
    • isSetW

      boolean isSetW()
      True if has "w" attribute
    • setW

      void setW(int w)
      Sets the "w" attribute
    • xsetW

      void xsetW(STLineWidth w)
      Sets (as xml) the "w" attribute
    • unsetW

      void unsetW()
      Unsets the "w" attribute
    • getCap

      STLineCap.Enum getCap()
      Gets the "cap" attribute
    • xgetCap

      STLineCap xgetCap()
      Gets (as xml) the "cap" attribute
    • isSetCap

      boolean isSetCap()
      True if has "cap" attribute
    • setCap

      void setCap(STLineCap.Enum cap)
      Sets the "cap" attribute
    • xsetCap

      void xsetCap(STLineCap cap)
      Sets (as xml) the "cap" attribute
    • unsetCap

      void unsetCap()
      Unsets the "cap" attribute
    • getCmpd

      Gets the "cmpd" attribute
    • xgetCmpd

      STCompoundLine xgetCmpd()
      Gets (as xml) the "cmpd" attribute
    • isSetCmpd

      boolean isSetCmpd()
      True if has "cmpd" attribute
    • setCmpd

      void setCmpd(STCompoundLine.Enum cmpd)
      Sets the "cmpd" attribute
    • xsetCmpd

      void xsetCmpd(STCompoundLine cmpd)
      Sets (as xml) the "cmpd" attribute
    • unsetCmpd

      void unsetCmpd()
      Unsets the "cmpd" attribute
    • getAlgn

      Gets the "algn" attribute
    • xgetAlgn

      STPenAlignment xgetAlgn()
      Gets (as xml) the "algn" attribute
    • isSetAlgn

      boolean isSetAlgn()
      True if has "algn" attribute
    • setAlgn

      void setAlgn(STPenAlignment.Enum algn)
      Sets the "algn" attribute
    • xsetAlgn

      void xsetAlgn(STPenAlignment algn)
      Sets (as xml) the "algn" attribute
    • unsetAlgn

      void unsetAlgn()
      Unsets the "algn" attribute