public abstract class DwfPage extends Object
Represents base class for DWF page.
| Modifier and Type | Method and Description |
|---|---|
DwfWhipDrawable[] |
getEntities()
Gets read only collection of draw objects
|
Cad3DPoint |
getMaxPoint()
Gets the max point.
|
Cad3DPoint |
getMinPoint()
Gets the min point.
|
String |
getName()
Gets or sets page name
|
String |
getObjectId()
Gets or sets object ID
|
double |
getPageRotation()
Gets the page rotation.
|
double |
getPaperHeight()
Gets the paper height.
|
double |
getPaperWidth()
Gets the paper width.
|
UnitType |
getUnitType()
Gets or sets unit type
|
boolean |
isDrawableLoaded()
Gets or sets a value indicating whether the objects available for drawing have been loaded.
|
public final String getName()
Gets or sets page name
public final UnitType getUnitType()
Gets or sets unit type
public final String getObjectId()
Gets or sets object ID
public final Cad3DPoint getMaxPoint()
Gets the max point.
public final Cad3DPoint getMinPoint()
Gets the min point.
public final DwfWhipDrawable[] getEntities()
Gets read only collection of draw objects
public final double getPaperWidth()
Gets the paper width.
public final double getPaperHeight()
Gets the paper height.
public final double getPageRotation()
Gets the page rotation.
public final boolean isDrawableLoaded()
Gets or sets a value indicating whether the objects available for drawing have been loaded.
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.