Class: Xberg::PdfAnnotation
- Inherits:
-
Object
- Object
- Xberg::PdfAnnotation
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#annotation_type ⇒ enum_PdfAnnotationType
readonly
Returns the value of attribute annotation_type.
-
#author ⇒ String?
readonly
Returns the value of attribute author.
-
#bounding_box ⇒ BoundingBox?
readonly
Returns the value of attribute bounding_box.
-
#color ⇒ String?
readonly
Returns the value of attribute color.
-
#content ⇒ String?
readonly
Returns the value of attribute content.
-
#marked_text ⇒ String?
readonly
Returns the value of attribute marked_text.
-
#modified ⇒ String?
readonly
Returns the value of attribute modified.
-
#page_number ⇒ Integer
readonly
Returns the value of attribute page_number.
-
#quad_points ⇒ Array[BoundingBox]?
readonly
Returns the value of attribute quad_points.
-
#subject ⇒ String?
readonly
Returns the value of attribute subject.
Instance Method Summary collapse
-
#initialize ⇒ PdfAnnotation
constructor
A new instance of PdfAnnotation.
Constructor Details
#initialize ⇒ PdfAnnotation
Returns a new instance of PdfAnnotation.
2009 |
# File 'sig/types.rbs', line 2009
def initialize: (annotation_type: enum_PdfAnnotationType, ?content: String, page_number: Integer, ?bounding_box: BoundingBox, ?author: String, ?modified: String, ?color: String, ?subject: String, ?quad_points: Array[BoundingBox], ?marked_text: String) -> void
|
Instance Attribute Details
#annotation_type ⇒ enum_PdfAnnotationType (readonly)
Returns the value of attribute annotation_type.
1998 1999 2000 |
# File 'sig/types.rbs', line 1998 def annotation_type @annotation_type end |
#author ⇒ String? (readonly)
Returns the value of attribute author.
2002 2003 2004 |
# File 'sig/types.rbs', line 2002 def @author end |
#bounding_box ⇒ BoundingBox? (readonly)
Returns the value of attribute bounding_box.
2001 2002 2003 |
# File 'sig/types.rbs', line 2001 def bounding_box @bounding_box end |
#color ⇒ String? (readonly)
Returns the value of attribute color.
2004 2005 2006 |
# File 'sig/types.rbs', line 2004 def color @color end |
#content ⇒ String? (readonly)
Returns the value of attribute content.
1999 2000 2001 |
# File 'sig/types.rbs', line 1999 def content @content end |
#marked_text ⇒ String? (readonly)
Returns the value of attribute marked_text.
2007 2008 2009 |
# File 'sig/types.rbs', line 2007 def marked_text @marked_text end |
#modified ⇒ String? (readonly)
Returns the value of attribute modified.
2003 2004 2005 |
# File 'sig/types.rbs', line 2003 def modified @modified end |
#page_number ⇒ Integer (readonly)
Returns the value of attribute page_number.
2000 2001 2002 |
# File 'sig/types.rbs', line 2000 def page_number @page_number end |
#quad_points ⇒ Array[BoundingBox]? (readonly)
Returns the value of attribute quad_points.
2006 2007 2008 |
# File 'sig/types.rbs', line 2006 def quad_points @quad_points end |
#subject ⇒ String? (readonly)
Returns the value of attribute subject.
2005 2006 2007 |
# File 'sig/types.rbs', line 2005 def subject @subject end |