DiagramPage class
DiagramPage class
Represents a Visio document page.
Inheritance: DiagramPage
→
ContentPart
The DiagramPage type exposes the following members:
Properties
Property | Description |
---|---|
shapes | Gets the collection of all shapes of the page. |
is_background | Gets a value indicating whether the page is a background page. |
background_page | Gets the background page for this DiagramPage . |
width | Gets the width of this DiagramPage in points. |
height | Gets the height of this DiagramPage in points. |
top_margin | Gets the size of the top margin in points. |
right_margin | Gets the size of the right margin in points. |
bottom_margin | Gets the size of the bottom margin in points. |
left_margin | Gets the size of the left margin in points. |
is_visible | Gets or sets a value indicating whether the page is visible in UI. |
name | Gets the name of this DiagramPage . |
Methods
Method | Description |
---|---|
find_images | Finds images according to the specified search criteria.
The search is conducted in the objects specified in Watermarker.searchable_objects . |
find_images | Finds all images in the content.
The search is conducted in the objects specified in Watermarker.searchable_objects . |
search | Finds possible watermarks according to specified search criteria.
The search is conducted in the objects specified in Watermarker.searchable_objects . |
search | Finds all possible watermarks in the content.
The search is conducted in the objects specified in Watermarker.searchable_objects . |
See Also
- module
groupdocs.watermark.contents.diagram
- class
ContentPart
- class
DiagramPage