Class: DynamicPDFApi::ElementPlacement
- Inherits:
-
Object
- Object
- DynamicPDFApi::ElementPlacement
- Defined in:
- lib/ruby_client/Elements/ElementPlacement.rb
Overview
Represents the placement of a page element.
Constant Summary collapse
- TOP_LEFT =
Represents top left placement.
'topLeft'.freeze
- TOP_CENTER =
Represents top center placement.
'topCenter'.freeze
- TOP_RIGHT =
Represents top right placement.
'topRight'.freeze
- BOTTOM_LEFT =
Represents bottom left placement.
'bottomLeft'.freeze
- BOTTOM_CENTER =
Represents bottom center placement.
'bottomCenter'.freeze
- BOTTOM_RIGHT =
Represents bottom right placement.
'bottomRight'.freeze