Class: Pdfrb::Model::Type::TrapNetworkAnnotation
- Inherits:
-
MarkupAnnotation
- Object
- Object
- Cos::Dictionary
- Annotation
- MarkupAnnotation
- Pdfrb::Model::Type::TrapNetworkAnnotation
- Defined in:
- lib/pdfrb/model/type/trap_network_annotation.rb
Overview
Trap network annotation (s14.11.5). Marks the extent of the trap network applied by a prepress system. Its appearance stream carries per-colorant trap parameters.
Instance Attribute Summary
Attributes inherited from Object
Instance Method Summary collapse
- #annot_states ⇒ Object
- #annot_states? ⇒ Boolean
- #fauxed_font_names ⇒ Object
- #font_fauxing ⇒ Object
- #last_modified ⇒ Object
- #version ⇒ Object
Methods inherited from MarkupAnnotation
#creation_date, #external_data, #group_reply?, #in_reply_to, #intent, #interior_color, #opacity, #open?, #popup, #reply?, #reply_type, #rich_contents, #subject, #title
Methods inherited from Annotation
#action, #additional_actions, #appearance, #appearance_state, #border, #color, #contents, #create_appearance_stream, #flags, for_subtype, #hidden?, #locked?, #locked_contents?, #modified_date, #name, #no_rotate?, #no_view?, #no_zoom?, #normal_appearance, #page, #print?, #read_only?, #rect, register_subtype, #subtype, subtype_map, #toggle_no_view?
Methods inherited from Cos::Dictionary
#[], #[]=, apply_arlington_definition, arlington_default, arlington_key_to_symbol, arlington_one_type_to_ruby, arlington_required?, arlington_types_to_ruby, arlington_version, define_field, define_field_from_arlington, #delete, #each, each_field, #each_raw, #empty?, field, #initialize, #key?, #keys, lookup_type, merged_field, own_fields, #pdf_type, register_type, type_map, #validate
Methods included from Cos::ArlingtonBacked
Methods inherited from Object
#==, define_type, #deref, #indirect?, #initialize, #must_be_indirect?, #pdf_type, pdf_type
Constructor Details
This class inherits a constructor from Pdfrb::Model::Cos::Dictionary
Instance Method Details
#annot_states ⇒ Object
14 |
# File 'lib/pdfrb/model/type/trap_network_annotation.rb', line 14 def annot_states; self[:AnnotStates]; end |
#annot_states? ⇒ Boolean
17 18 19 |
# File 'lib/pdfrb/model/type/trap_network_annotation.rb', line 17 def annot_states? !annot_states.nil? end |
#fauxed_font_names ⇒ Object
21 22 23 24 |
# File 'lib/pdfrb/model/type/trap_network_annotation.rb', line 21 def fauxed_font_names fonts = font_fauxing fonts.is_a?(Pdfrb::Model::PdfArray) ? fonts.to_a : fonts end |
#font_fauxing ⇒ Object
15 |
# File 'lib/pdfrb/model/type/trap_network_annotation.rb', line 15 def font_fauxing; self[:FontFauxing]; end |
#last_modified ⇒ Object
12 |
# File 'lib/pdfrb/model/type/trap_network_annotation.rb', line 12 def last_modified; self[:LastModified]; end |
#version ⇒ Object
13 |
# File 'lib/pdfrb/model/type/trap_network_annotation.rb', line 13 def version; self[:Version]; end |