DiagramPage class

DiagramPage class

Represents a Visio document page.

The DiagramPage type exposes the following members:

Methods

Method Description
find_images Finds images according to the specified search criteria. (inherited from ContentPart)
find_images_image_search_criteria (inherited from ContentPart)
search Finds possible watermarks according to the specified search criteria. (inherited from ContentPart)
search_search_criteria (inherited from ContentPart)

Properties

Property Description
background_page The background page for this DiagramPage.
bottom_margin The size of the bottom margin in points.
height The height of this DiagramPage in points.
is_background The page is a background page. True if the page is a background page; otherwise, False.
is_visible The value indicating whether the page is visible in UI.
left_margin The size of the left margin in points.
name The name of this DiagramPage.
right_margin The size of the right margin in points.
shapes The collection of all shapes of the page.
top_margin The size of the top margin in points.
width The width of this DiagramPage in points.

See Also