All Superinterfaces:
XmlObject, XmlTokenSource

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

  • Method Details

    • getBorderList

      List<CTBorder> getBorderList()
      Gets a List of "border" elements
    • getBorderArray

      CTBorder[] getBorderArray()
      Gets array of all "border" elements
    • getBorderArray

      CTBorder getBorderArray(int i)
      Gets ith "border" element
    • sizeOfBorderArray

      int sizeOfBorderArray()
      Returns number of "border" element
    • setBorderArray

      void setBorderArray(CTBorder[] borderArray)
      Sets array of all "border" element
    • setBorderArray

      void setBorderArray(int i, CTBorder border)
      Sets ith "border" element
    • insertNewBorder

      CTBorder insertNewBorder(int i)
      Inserts and returns a new empty value (as xml) as the ith "border" element
    • addNewBorder

      CTBorder addNewBorder()
      Appends and returns a new empty value (as xml) as the last "border" element
    • removeBorder

      void removeBorder(int i)
      Removes the ith "border" element
    • getCount

      long getCount()
      Gets the "count" attribute
    • xgetCount

      XmlUnsignedInt xgetCount()
      Gets (as xml) the "count" attribute
    • isSetCount

      boolean isSetCount()
      True if has "count" attribute
    • setCount

      void setCount(long count)
      Sets the "count" attribute
    • xsetCount

      void xsetCount(XmlUnsignedInt count)
      Sets (as xml) the "count" attribute
    • unsetCount

      void unsetCount()
      Unsets the "count" attribute