pub struct PdfAction { /* private fields */ }Expand description
Wraps PDFAction.
Implementations§
Source§impl PdfAction
impl PdfAction
Sourcepub fn action_type(&self) -> Option<String>
pub fn action_type(&self) -> Option<String>
Wraps the corresponding PDFAction API.
Sourcepub fn as_url(&self) -> Option<PdfActionUrl>
pub fn as_url(&self) -> Option<PdfActionUrl>
Wraps the corresponding PDFAction API.
Sourcepub fn as_goto(&self) -> Option<PdfActionGoTo>
pub fn as_goto(&self) -> Option<PdfActionGoTo>
Wraps the corresponding PDFAction API.
Sourcepub fn as_named(&self) -> Option<PdfActionNamed>
pub fn as_named(&self) -> Option<PdfActionNamed>
Wraps the corresponding PDFAction API.
Sourcepub fn as_remote_goto(&self) -> Option<PdfActionRemoteGoTo>
pub fn as_remote_goto(&self) -> Option<PdfActionRemoteGoTo>
Wraps the corresponding PDFAction API.
Sourcepub fn as_reset_form(&self) -> Option<PdfActionResetForm>
pub fn as_reset_form(&self) -> Option<PdfActionResetForm>
Wraps the corresponding PDFAction API.
Trait Implementations§
impl PdfActionLike for PdfAction
Auto Trait Implementations§
impl Freeze for PdfAction
impl RefUnwindSafe for PdfAction
impl !Send for PdfAction
impl !Sync for PdfAction
impl Unpin for PdfAction
impl UnsafeUnpin for PdfAction
impl UnwindSafe for PdfAction
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more