pub enum AttributeOwner {
Layout,
List,
PrintField,
Table,
Xml,
Html3_2,
Html4,
Oeb,
Rtf1_05,
Css1,
Css2,
User,
}
Expand description
Owner of the attribute dictionary.
Variants§
Layout
General layout attributes.
List
List attributes.
PrintField
Attributes governing the print out behavior of form fields. PDF 1.7+.
Table
Table attributes.
Xml
Hints for conversion to XML 1.0.
Html3_2
Hints for conversion to HTML 3.2.
Html4
Hints for conversion to HTML 4.01.
Oeb
Hints for conversion to OEB 1.0.
Rtf1_05
Hints for conversion to RTF 1.05.
Css1
Hints for conversion to CSS 1.
Css2
Hints for conversion to CSS 2.
User
User-defined attributes. Requires to set the /UserProperties
attribute
of the MarkInfo
dictionary to true. PDF 1.6+
Trait Implementations§
source§impl Clone for AttributeOwner
impl Clone for AttributeOwner
source§fn clone(&self) -> AttributeOwner
fn clone(&self) -> AttributeOwner
Returns a copy of the value. Read more
1.6.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for AttributeOwner
impl Debug for AttributeOwner
source§impl Hash for AttributeOwner
impl Hash for AttributeOwner
source§impl PartialEq for AttributeOwner
impl PartialEq for AttributeOwner
impl Copy for AttributeOwner
impl Eq for AttributeOwner
impl StructuralPartialEq for AttributeOwner
Auto Trait Implementations§
impl Freeze for AttributeOwner
impl RefUnwindSafe for AttributeOwner
impl Send for AttributeOwner
impl Sync for AttributeOwner
impl Unpin for AttributeOwner
impl UnwindSafe for AttributeOwner
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)