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
|
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
Copyright (c) 2008-2021 Aspose Pty Ltd. All Rights Reserved.