Uses of Class
aspose.pdf.GraphNotes

Uses of GraphNotes in aspose.pdf
 

Methods in aspose.pdf that return GraphNotes
 GraphNotes Graph.getGraphNotes()
          Gets a GraphNotes collection that indicates all notes in the graph.
 GraphNotes Image.getImageNotes()
          Gets a GraphNotes collection that indicates all notes in the image.
 

Methods in aspose.pdf with parameters of type GraphNotes
 void Graph.setGraphNotes(GraphNotes notes)
          Sets a GraphNotes collection that indicates all notes in the graph.
 void Image.setImageNotes(GraphNotes notes)
          Sets a GraphNotes collection that indicates all notes in the image.