Class XDGFSheet

  • Direct Known Subclasses:
    XDGFPageSheet, XDGFShape, XDGFStyleSheet

    public abstract class XDGFSheet
    extends java.lang.Object
    A sheet is a collection of properties that specify information for a shape, master, drawing page, style, or web drawing.
    • Constructor Detail

      • XDGFSheet

        public XDGFSheet​(com.microsoft.schemas.office.visio.x2012.main.SheetType sheet,
                         XDGFDocument document)
    • Method Detail

      • getCell

        public XDGFCell getCell​(java.lang.String cellName)
        A cell is really just a setting
        Parameters:
        cellName - The particular setting you want
      • getSection

        public XDGFSection getSection​(java.lang.String sectionName)
      • getFontColor

        public java.awt.Color getFontColor()
      • getFontSize

        public java.lang.Double getFontSize()
      • getLineCap

        public java.lang.Integer getLineCap()
      • getLineColor

        public java.awt.Color getLineColor()
      • getLinePattern

        public java.lang.Integer getLinePattern()
      • getLineWeight

        public java.lang.Double getLineWeight()