public abstract class DwfPage extends Object
Represents base class for DWF page.
Constructor and Description |
---|
DwfPage() |
Modifier and Type | Method and Description |
---|---|
com.aspose.ms.System.Collections.ObjectModel.ReadOnlyCollection<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 |
getPaperHeight()
Gets the paper height.
|
double |
getPaperWidth()
Gets the paper width.
|
int |
getUnitType()
Gets or sets unit type
|
public final String getName()
Gets or sets page name
public final int 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 com.aspose.ms.System.Collections.ObjectModel.ReadOnlyCollection<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.