pub type AttributeList = Handle<SkPDF_AttributeList>;
Aliased Type§
struct AttributeList(/* private fields */);
Implementations§
Source§impl AttributeList
impl AttributeList
Attributes for nodes in the PDF tree.
Each attribute must have an owner (e.g. “Layout”, “List”, “Table”, etc) and an attribute name (e.g. “BBox”, “RowSpan”, etc.) from PDF32000_2008 14.8.5, and then a value of the proper type according to the spec.