Class: Xberg::PdfAnnotation
- Inherits:
-
Object
- Object
- Xberg::PdfAnnotation
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#annotation_type ⇒ PdfAnnotationType
readonly
Returns the value of attribute annotation_type.
-
#bounding_box ⇒ BoundingBox
readonly
Returns the value of attribute bounding_box.
-
#content ⇒ String
readonly
Returns the value of attribute content.
-
#page_number ⇒ Integer
readonly
Returns the value of attribute page_number.
Instance Method Summary collapse
-
#initialize ⇒ PdfAnnotation
constructor
A new instance of PdfAnnotation.
Constructor Details
#initialize ⇒ PdfAnnotation
Returns a new instance of PdfAnnotation.
744 |
# File 'sig/types.rbs', line 744
def initialize: (annotation_type: PdfAnnotationType, ?content: String, page_number: Integer, ?bounding_box: BoundingBox) -> void
|
Instance Attribute Details
#annotation_type ⇒ PdfAnnotationType (readonly)
Returns the value of attribute annotation_type.
739 740 741 |
# File 'sig/types.rbs', line 739 def annotation_type @annotation_type end |
#bounding_box ⇒ BoundingBox (readonly)
Returns the value of attribute bounding_box.
742 743 744 |
# File 'sig/types.rbs', line 742 def bounding_box @bounding_box end |
#content ⇒ String (readonly)
Returns the value of attribute content.
740 741 742 |
# File 'sig/types.rbs', line 740 def content @content end |
#page_number ⇒ Integer (readonly)
Returns the value of attribute page_number.
741 742 743 |
# File 'sig/types.rbs', line 741 def page_number @page_number end |