Packages

 

com.aspose.cad.fileformats.dwf

Class DwfPage



  • public abstract class DwfPage
    extends Object

    Represents base class for DWF page.

    • Constructor Detail

      • DwfPage

        public DwfPage()
    • Method Detail

      • getName

        public final String getName()

        Gets or sets page name

      • getUnitType

        public final int getUnitType()

        Gets or sets unit type

      • getObjectId

        public final String getObjectId()

        Gets or sets object ID

      • getMaxPoint

        public final Cad3DPoint getMaxPoint()

        Gets the max point.

      • getMinPoint

        public final Cad3DPoint getMinPoint()

        Gets the min point.

      • getEntities

        public final com.aspose.ms.System.Collections.ObjectModel.ReadOnlyCollection<DwfWhipDrawable> getEntities()

        Gets read only collection of draw objects

      • getPaperWidth

        public final double getPaperWidth()

        Gets the paper width.

      • getPaperHeight

        public final double getPaperHeight()

        Gets the paper height.