Sha256: e9ee6d7894b8d45d9c097db9999a199bae774a9351c8296493a19e99baf80e30
Contents?: true
Size: 397 Bytes
Versions: 4
Compression:
Stored size: 397 Bytes
Contents
# added in release 1.5.8 module GroupDocs class Document::Annotation::MarkerPosition< Api::Entity # # 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
4 entries across 4 versions & 1 rubygems