class Google::Apis::DocsV1::PositionedObjectProperties
Properties of a PositionedObject
.
Attributes
embedded_object[RW]
An embedded object in the document. Corresponds to the JSON property `embeddedObject` @return [Google::Apis::DocsV1::EmbeddedObject]
positioning[RW]
The positioning of a PositionedObject
. The positioned object is positioned relative to the beginning of the Paragraph
it is tethered to. Corresponds to the JSON property `positioning` @return [Google::Apis::DocsV1::PositionedObjectPositioning]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/docs_v1/classes.rb, line 3748 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/docs_v1/classes.rb, line 3753 def update!(**args) @embedded_object = args[:embedded_object] if args.key?(:embedded_object) @positioning = args[:positioning] if args.key?(:positioning) end