Class: Xberg::PdfAnnotation

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializePdfAnnotation

Returns a new instance of PdfAnnotation.

Parameters:



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_typePdfAnnotationType (readonly)

Returns the value of attribute annotation_type.

Returns:



739
740
741
# File 'sig/types.rbs', line 739

def annotation_type
  @annotation_type
end

#bounding_boxBoundingBox (readonly)

Returns the value of attribute bounding_box.

Returns:



742
743
744
# File 'sig/types.rbs', line 742

def bounding_box
  @bounding_box
end

#contentString (readonly)

Returns the value of attribute content.

Returns:

  • (String)


740
741
742
# File 'sig/types.rbs', line 740

def content
  @content
end

#page_numberInteger (readonly)

Returns the value of attribute page_number.

Returns:

  • (Integer)


741
742
743
# File 'sig/types.rbs', line 741

def page_number
  @page_number
end