LineAnnotation

LineAnnotation(Document, Point, Point)

Constructeur à utiliser avec Generator.

public LineAnnotation(Document document, Point start, Point end)
ParamètreTaperLa description
documentDocumentDocument où l’annotation sera créée.
startPointPoint de départ.
endPointPoint final.

Voir également


LineAnnotation(Page, Rectangle, Point, Point)

Crée une nouvelle annotation de ligne sur la page spécifiée.

public LineAnnotation(Page page, Rectangle rect, Point start, Point end)
ParamètreTaperLa description
pagePageLa page du document où l’annotation doit être créée.
rectRectangleLe rectangle d’annotation, définissant l’emplacement de l’annotation sur la page.
startPointUn point, spécifiant la coordonnée de départ de la ligne.
endPointUn point, spécifiant la coordonnée de fin de la ligne.

Voir également