public class DiagramPage extends ContentPart
Represents a Visio document page.
Modifier and Type | Method and Description |
---|---|
DiagramPage |
getBackgroundPage()
Gets the background page for this <>
DiagramPage . |
double |
getBottomMargin()
Gets the size of the bottom margin in points.
|
double |
getHeight()
Gets the height of this <>
DiagramPage in points. |
double |
getLeftMargin()
Gets the size of the left margin in points.
|
String |
getName()
Gets the name of this
DiagramPage . |
double |
getRightMargin()
Gets the size of the right margin in points.
|
DiagramShapeCollection |
getShapes()
Gets the collection of all shapes of the page.
|
double |
getTopMargin()
Gets the size of the top margin in points.
|
double |
getWidth()
Gets the width of this <>
DiagramPage in points. |
boolean |
isBackground()
Gets a value indicating whether the page is a background page.
|
boolean |
isVisible()
Gets a value indicating whether the page is visible in UI.
|
void |
setVisible(boolean value)
Sets a value indicating whether the page is visible in UI.
|
findImages, findImages, search, search
public final DiagramShapeCollection getShapes()
Gets the collection of all shapes of the page.
public final boolean isBackground()
Gets a value indicating whether the page is a background page.
public final DiagramPage getBackgroundPage()
DiagramPage
.DiagramPage
.public final double getWidth()
DiagramPage
in points.DiagramPage
in points.public final double getHeight()
DiagramPage
in points.DiagramPage
in points.public final double getTopMargin()
Gets the size of the top margin in points.
public final double getRightMargin()
Gets the size of the right margin in points.
public final double getBottomMargin()
Gets the size of the bottom margin in points.
public final double getLeftMargin()
Gets the size of the left margin in points.
public final boolean isVisible()
Gets a value indicating whether the page is visible in UI.
public final void setVisible(boolean value)
Sets a value indicating whether the page is visible in UI.
value
- The value indicating whether the page is visible in UI.
True if the page is visible; otherwise, false.public final String getName()
Gets the name of this DiagramPage
.
DiagramPage
.