Class XDGFPage

java.lang.Object
org.apache.poi.xdgf.usermodel.XDGFPage

public class XDGFPage extends Object
Provides the API to work with an underlying page
  • Field Details

  • Constructor Details

  • Method Details

    • getXmlObject

      @Internal protected com.microsoft.schemas.office.visio.x2012.main.PageType getXmlObject()
    • getID

      public long getID()
    • getName

      public String getName()
    • getContent

      public XDGFPageContents getContent()
    • getPageSheet

      public XDGFSheet getPageSheet()
    • getPageNumber

      public long getPageNumber()
    • getPageSize

      public Dimension2dDouble getPageSize()
      Returns:
      width/height of page
    • getPageOffset

      public Point2D.Double getPageOffset()
      Returns:
      origin of coordinate system
    • getBoundingBox

      public Rectangle2D getBoundingBox()
      Returns:
      bounding box of page