Aspose::Pdf::Annotations::AnnotationSelector klass
Innehåll
[
Dölj
]AnnotationSelector class
Denna klass används för att välja annotationer med Visitor‑mallidé.
class AnnotationSelector : public Aspose::Pdf::Annotations::IAnnotationVisitor
Metoder
| Metod | Beskrivning |
|---|---|
| AnnotationSelector() | Initierar en ny instans av klassen AnnotationSelector. |
| AnnotationSelector(const System::SharedPtr<Annotation>&) | Initierar ett nytt AnnotationSelector-objekt. |
| get_Selected() const | Listan över valda objekt. |
| Visit(System::SharedPtr<LinkAnnotation>) override | Välj länkanotering om AnnotationSelector initierades med ett LinkAnnotation-objekt. |
| Visit(System::SharedPtr<FileAttachmentAnnotation>) override | Välj bilaganotering om AnnotationSelector initierades med ett FileAttachmentAnnotation-objekt. |
| Visit(System::SharedPtr<TextAnnotation>) override | Välj textannotering om AnnotationSelector initierades med ett TextAnnotation-objekt. |
| Visit(const System::SharedPtr<RedactionAnnotation>&) | Välj raderingsannotering om AnnotationSelector initierades med ett RedactAnnotation-objekt. |
| Visit(System::SharedPtr<FreeTextAnnotation>) override | Välj fritextannotering om AnnotationSelector initierades med ett FreeTextAnnotation-objekt. |
| Visit(System::SharedPtr<HighlightAnnotation>) override | Välj bilaganotering om AnnotationSelector initierades med ett FreeTextAnnotation-objekt. |
| Visit(System::SharedPtr<UnderlineAnnotation>) override | Välj understrykningannotering om AnnotationSelector initierades med ett UnderlineAnnotation-objekt. |
| Visit(System::SharedPtr<StrikeOutAnnotation>) override | Välj strikeOut-annotation om AnnotationSelector initierades med StrikeOutAnnotation objekt. |
| Visit(System::SharedPtr<SquigglyAnnotation>) override | Välj squiggly-annotation om AnnotationSelector initierades med SquigglyAnnotation objekt. |
| Visit(System::SharedPtr<PopupAnnotation>) override | Välj popup-annotation om AnnotationSelector initierades med PopupAnnotation objekt. |
| Visit(System::SharedPtr<LineAnnotation>) override | Välj line-annotation om AnnotationSelector initierades med LineAnnotation objekt. |
| Visit(System::SharedPtr<CircleAnnotation>) override | Välj circle-annotation om AnnotationSelector initierades med CircleAnnotation objekt. |
| Visit(System::SharedPtr<SquareAnnotation>) override | Välj square-annotation om AnnotationSelector initierades med SquareAnnotation objekt. |
| Visit(System::SharedPtr<InkAnnotation>) override | Välj ink-annotation om AnnotationSelector initierades med InkAnnotation objekt. |
| Visit(System::SharedPtr<PolylineAnnotation>) override | Välj polyline-annotation om AnnotationSelector initierades med PolylineAnnotation objekt. |
| Visit(System::SharedPtr<PolygonAnnotation>) override | Välj polygon-annotation om AnnotationSelector initierades med PolygonAnnotation objekt. |
| Visit(System::SharedPtr<CaretAnnotation>) override | Välj caret-annotation om AnnotationSelector initierades med CaretAnnotation objekt. |
| Visit(System::SharedPtr<StampAnnotation>) override | Välj stamp-annotation om AnnotationSelector initierades med StampAnnotation objekt. |
| Visit(System::SharedPtr<WidgetAnnotation>) override | Välj widget-annotation om AnnotationSelector initierades med WidgetAnnotation objekt. |
| Visit(const System::SharedPtr<WatermarkAnnotation>&) | Välj watermark-annotation om AnnotationSelector initierades med WatermarkAnnotation objekt. |
| Visit(System::SharedPtr<MovieAnnotation>) override | Välj movie-annotation om AnnotationSelector initierades med MovieAnnotation objekt. |
| Visit(const System::SharedPtr<RichMediaAnnotation>&) | Välj movie-annotation om AnnotationSelector initierades med RichMedia-annotation objekt. |
| Visit(System::SharedPtr<ScreenAnnotation>) override | Välj screen-annotation om AnnotationSelector initierades med ScreenAnnotation objekt. |
| Visit(const System::SharedPtr<PDF3DAnnotation>&) | Välj PDF3D-annotation om AnnotationSelector initierades med PDF3DAnnotation objekt. |
| Visit(const System::SharedPtr<ColorBarAnnotation>&) | Välj ColorBar-annotation om AnnotationSelector initierades med ColorBar objekt. |
| Visit(System::SharedPtr<TrimMarkAnnotation>) override | Väljer trimMark om AnnotationSelector initierades med en TrimMarkAnnotation objekt. |
| Visit(System::SharedPtr<BleedMarkAnnotation>) override | Väljer bleedMark om AnnotationSelector initierades med en BleedMarkAnnotation objekt. |
| Visit(System::SharedPtr<RegistrationMarkAnnotation>) override | Väljer registrationMark om AnnotationSelector initierades med en RegistrationMarkAnnotation objekt. |
| Visit(System::SharedPtr<PageInformationAnnotation>) override | Väljer pageInformation om AnnotationSelector initierades med en PageInformationAnnotation objekt. |
Se även
- Class IAnnotationVisitor
- Namespace Aspose::Pdf::Annotations
- Library Aspose.PDF for C++