Documentation of 'org.apache.poi.xslf.usermodel.XSLFTableCell' Java class
XSLFTableCell
org.apache.poi.xslf.usermodel

Class XSLFTableCell

  • All Implemented Interfaces:
    java.lang.Iterable<XSLFTextParagraph>


    public class XSLFTableCell
    extends XSLFTextShape
    Represents a cell of a table in a .pptx presentation
    • Method Detail

      • getXmlObject

        public org.openxmlformats.schemas.drawingml.x2006.main.CTTableCell getXmlObject()
        Overrides:
        getXmlObject in class XSLFSimpleShape
        Returns:
        the xml bean holding this shape's data
      • setBorderLeft

        public void setBorderLeft(double width)
      • getBorderLeft

        public double getBorderLeft()
      • setBorderLeftColor

        public void setBorderLeftColor(java.awt.Color color)
      • getBorderLeftColor

        public java.awt.Color getBorderLeftColor()
      • setBorderRight

        public void setBorderRight(double width)
      • getBorderRight

        public double getBorderRight()
      • setBorderRightColor

        public void setBorderRightColor(java.awt.Color color)
      • getBorderRightColor

        public java.awt.Color getBorderRightColor()
      • setBorderTop

        public void setBorderTop(double width)
      • getBorderTop

        public double getBorderTop()
      • setBorderTopColor

        public void setBorderTopColor(java.awt.Color color)
      • getBorderTopColor

        public java.awt.Color getBorderTopColor()
      • setBorderBottom

        public void setBorderBottom(double width)
      • getBorderBottom

        public double getBorderBottom()
      • setBorderBottomColor

        public void setBorderBottomColor(java.awt.Color color)
      • getBorderBottomColor

        public java.awt.Color getBorderBottomColor()
      • setFillColor

        public void setFillColor(java.awt.Color color)
        Specifies a solid color fill. The shape is filled entirely with the specified color.
        Overrides:
        setFillColor in class XSLFSimpleShape
        Parameters:
        color - the solid color fill. The value of null unsets the solidFIll attribute from the underlying xml
      • getFillColor

        public java.awt.Color getFillColor()
        Overrides:
        getFillColor in class XSLFSimpleShape
        Returns:
        solid fill color of null if not set
      • setVerticalAlignment

        public void setVerticalAlignment(VerticalAlignment anchor)
        Description copied from class: XSLFTextShape
        Sets the type of vertical alignment for the text.
        Overrides:
        setVerticalAlignment in class XSLFTextShape
        Parameters:
        anchor - - the type of alignment. A null values unsets this property.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.