Aspose::Pdf::Annotations::CaretAnnotation klass

CaretAnnotation class

Klass som representerar Caret‑annotation.

class CaretAnnotation : public Aspose::Pdf::Annotations::MarkupAnnotation

Metoder

MetodBeskrivning
Accept(System::SharedPtr<AnnotationSelector>) overrideAccepterar besökarobjekt för att bearbeta anteckningen.
CaretAnnotation(const System::SharedPtr<Document>&)Konstruktor för användning i Generator.
CaretAnnotation(const System::SharedPtr<Aspose::Pdf::Page>&, const System::SharedPtr<Rectangle>&)Skapar ny Caret-annotation på den angivna sidan.
get_AnnotationType() overrideHämtar typ av annotation.
get_Frame()Hämtar caret-rektangel.
get_Symbol()Hämtar symbol som är associerad med caret.
set_Frame(const System::SharedPtr<Rectangle>&)Ställer in caret-rektangel.
set_Symbol(CaretSymbol)Ställer in symbol som är associerad med caret.

Se även