Sha256: 3444da653d1914ae52c1f27ee5a7d300d995a57b4a864815b2a1bace2c74082e
Contents?: true
Size: 384 Bytes
Versions: 7
Compression:
Stored size: 384 Bytes
Contents
# added in release 1.5.8 module GroupDocs class Document::Annotation::MarkerPosition # # example # marker = GroupDocs::Document::Annotation::MarkerPosition.new() # marker.position = {:x => 100, :y => 100} # marker.page = 1 # @attr [Array](x,y) position attr_accessor :position # @attr [Int] page attr_accessor :page end end
Version data entries
7 entries across 7 versions & 1 rubygems