Aspose::Pdf::Annotations::IAnnotationVisitor class

IAnnotationVisitor class

Definierar Visitor för att besöka olika dokumentanteckningar.

class IAnnotationVisitor : public virtual System::Object

Metoder

MetodBeskrivning
virtual Visit(System::SharedPtr<LinkAnnotation>)Besök/välj länkannotation.
virtual Visit(System::SharedPtr<FileAttachmentAnnotation>)Besök/välj attachment annotation.
virtual Visit(System::SharedPtr<TextAnnotation>)Besök/välj textannotation.
virtual Visit(System::SharedPtr<FreeTextAnnotation>)Besök/välj freetext-annotation.
virtual Visit(System::SharedPtr<HighlightAnnotation>)Besök/välj highlight-annotation.
virtual Visit(System::SharedPtr<UnderlineAnnotation>)Besök/välj understruken annotation.
virtual Visit(System::SharedPtr<StrikeOutAnnotation>)Besök/välj genomstruken annotation.
virtual Visit(System::SharedPtr<SquigglyAnnotation>)Besök/välj slingrande annotation.
virtual Visit(System::SharedPtr<PopupAnnotation>)Besök/välj popup annotation.
virtual Visit(System::SharedPtr<LineAnnotation>)Besök/välj linje annotation.
virtual Visit(System::SharedPtr<CircleAnnotation>)Besök/välj cirkulär annotation.
virtual Visit(System::SharedPtr<SquareAnnotation>)Besök/välj fyrkantig annotation.
virtual Visit(System::SharedPtr<InkAnnotation>)Besök/välj bläckannotation.
virtual Visit(System::SharedPtr<PolylineAnnotation>)Besök/välj polylinje annotation.
virtual Visit(System::SharedPtr<PolygonAnnotation>)Besök/välj polygon annotation.
virtual Visit(System::SharedPtr<CaretAnnotation>)Besök/välj insättningsmarkör annotation.
virtual Visit(System::SharedPtr<StampAnnotation>)Besök/välj stämpel annotation.
virtual Visit(System::SharedPtr<WidgetAnnotation>)Besök/välj widget annotation.
virtual Visit(System::SharedPtr<MovieAnnotation>)Besök/välj film annotation.
virtual Visit(System::SharedPtr<ScreenAnnotation>)Besök/välj skärm annotation.
virtual Visit(System::SharedPtr<TrimMarkAnnotation>)Besök/välj en trimmarkering annotation.
virtual Visit(System::SharedPtr<BleedMarkAnnotation>)Besök/välj en blödningsmarkering annotation.
virtual Visit(System::SharedPtr<RegistrationMarkAnnotation>)Besök/välj en registreringsmarkering annotation.
virtual Visit(System::SharedPtr<PageInformationAnnotation>)Besök/välj en sidinformation annotation.

Se även