Class: VivlioStarter::Pdf::Reader::ImageOccurrence
- Inherits:
-
Data
- Object
- Data
- VivlioStarter::Pdf::Reader::ImageOccurrence
- Defined in:
- lib/vivlio_starter/cli/pdf/reader.rb
Overview
PDF 内画像の出現位置(座標・サイズ・XObject 参照)
Instance Attribute Summary collapse
-
#bottom ⇒ Object
readonly
Returns the value of attribute bottom.
-
#center_y ⇒ Object
readonly
Returns the value of attribute center_y.
-
#height ⇒ Object
readonly
Returns the value of attribute height.
-
#left ⇒ Object
readonly
Returns the value of attribute left.
-
#object ⇒ Object
readonly
Returns the value of attribute object.
-
#right ⇒ Object
readonly
Returns the value of attribute right.
-
#top ⇒ Object
readonly
Returns the value of attribute top.
-
#width ⇒ Object
readonly
Returns the value of attribute width.
-
#x ⇒ Object
readonly
Returns the value of attribute x.
Instance Attribute Details
#bottom ⇒ Object (readonly)
Returns the value of attribute bottom
23 24 25 |
# File 'lib/vivlio_starter/cli/pdf/reader.rb', line 23 def bottom @bottom end |
#center_y ⇒ Object (readonly)
Returns the value of attribute center_y
23 24 25 |
# File 'lib/vivlio_starter/cli/pdf/reader.rb', line 23 def center_y @center_y end |
#height ⇒ Object (readonly)
Returns the value of attribute height
23 24 25 |
# File 'lib/vivlio_starter/cli/pdf/reader.rb', line 23 def height @height end |
#left ⇒ Object (readonly)
Returns the value of attribute left
23 24 25 |
# File 'lib/vivlio_starter/cli/pdf/reader.rb', line 23 def left @left end |
#object ⇒ Object (readonly)
Returns the value of attribute object
23 24 25 |
# File 'lib/vivlio_starter/cli/pdf/reader.rb', line 23 def object @object end |
#right ⇒ Object (readonly)
Returns the value of attribute right
23 24 25 |
# File 'lib/vivlio_starter/cli/pdf/reader.rb', line 23 def right @right end |
#top ⇒ Object (readonly)
Returns the value of attribute top
23 24 25 |
# File 'lib/vivlio_starter/cli/pdf/reader.rb', line 23 def top @top end |
#width ⇒ Object (readonly)
Returns the value of attribute width
23 24 25 |
# File 'lib/vivlio_starter/cli/pdf/reader.rb', line 23 def width @width end |
#x ⇒ Object (readonly)
Returns the value of attribute x
23 24 25 |
# File 'lib/vivlio_starter/cli/pdf/reader.rb', line 23 def x @x end |