Aspose::Pdf::Facades::PdfContentEditor::CreateBookmarksAction metod
Innehåll
[
Dölj
]PdfContentEditor::CreateBookmarksAction method
Skapar ett bokmärke med den angivna åtgärden.
void Aspose::Pdf::Facades::PdfContentEditor::CreateBookmarksAction(const System::String &title, System::Drawing::Color color, bool boldFlag, bool italicFlag, const System::String &file, const System::String &actionType, const System::String &destination)
| Parameter | Typ | Beskrivning |
|---|---|---|
| titel | const System::String& | Titeln på bokmärket. |
| färg | System::Drawing::Color | Färgen på bokmärkets titel. |
| boldFlag | bool | Flaggan för fet attribut. |
| italicFlag | bool | Flaggan för kursiv attribut. |
| fil | const System::String& | En annan fil eller applikation som krävs när åtgärdstypen är “GoToR” eller “Launch”. |
| actionType | const System::String& | Åtgärdstypen. Värdet kan vara: “GoToR”, “Launch”, “GoTo”, “URI”. |
| destination | const System::String& | Den lokala destinationen eller fjärrdestinationen eller URL:en. |
Se även
- Class String
- Class Color
- Class PdfContentEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++