public class DiagramContent extends Content
Represents a Visio document.
Modifier and Type | Method and Description |
---|---|
DiagramHeaderFooter |
getHeaderFooter()
Gets the header and footer of this
DiagramContent . |
DiagramPageCollection |
getPages()
Gets the collection of all pages of this
DiagramContent . |
void |
performSave(OutputStream stream) |
void |
performSave(OutputStream stream,
SaveOptions saveOptions) |
findImages, findImages, search, search
public final DiagramPageCollection getPages()
Gets the collection of all pages of this DiagramContent
.
DiagramContent
.public final DiagramHeaderFooter getHeaderFooter()
Gets the header and footer of this DiagramContent
.
DiagramContent
.public void performSave(OutputStream stream)
Content
performSave
in class Content
public void performSave(OutputStream stream, SaveOptions saveOptions)
Content
performSave
in class Content
Copyright © 2020. All rights reserved.