pub struct AcroForm {
pub fields: Vec<ObjectReference>,
pub need_appearances: bool,
pub sig_flags: Option<i32>,
pub co: Option<Vec<ObjectReference>>,
pub dr: Option<Dictionary>,
pub da: Option<String>,
pub q: Option<i32>,
}Expand description
Interactive form dictionary (AcroForm)
Fields§
§fields: Vec<ObjectReference>Form fields
need_appearances: boolNeed appearances flag
sig_flags: Option<i32>Signature flags
co: Option<Vec<ObjectReference>>Calculation order
dr: Option<Dictionary>Default resources
da: Option<String>Default appearance
q: Option<i32>Quadding
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AcroForm
impl RefUnwindSafe for AcroForm
impl Send for AcroForm
impl Sync for AcroForm
impl Unpin for AcroForm
impl UnwindSafe for AcroForm
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