Interface CTTextSpacing

All Superinterfaces:
XmlObject, XmlTokenSource

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

  • Method Details

    • getSpcPct

      Gets the "spcPct" element
    • isSetSpcPct

      boolean isSetSpcPct()
      True if has "spcPct" element
    • setSpcPct

      void setSpcPct(CTTextSpacingPercent spcPct)
      Sets the "spcPct" element
    • addNewSpcPct

      CTTextSpacingPercent addNewSpcPct()
      Appends and returns a new empty "spcPct" element
    • unsetSpcPct

      void unsetSpcPct()
      Unsets the "spcPct" element
    • getSpcPts

      CTTextSpacingPoint getSpcPts()
      Gets the "spcPts" element
    • isSetSpcPts

      boolean isSetSpcPts()
      True if has "spcPts" element
    • setSpcPts

      void setSpcPts(CTTextSpacingPoint spcPts)
      Sets the "spcPts" element
    • addNewSpcPts

      CTTextSpacingPoint addNewSpcPts()
      Appends and returns a new empty "spcPts" element
    • unsetSpcPts

      void unsetSpcPts()
      Unsets the "spcPts" element