Class: VivlioStarter::Pdf::Reader::ImageAsset
- Inherits:
-
Data
- Object
- Data
- VivlioStarter::Pdf::Reader::ImageAsset
- Defined in:
- lib/vivlio_starter/cli/pdf/reader.rb
Overview
抽出済み画像アセット(ページ番号・ファイル名・座標情報を保持)
Instance Attribute Summary collapse
-
#bottom ⇒ Object
readonly
Returns the value of attribute bottom.
-
#center_y ⇒ Object
readonly
Returns the value of attribute center_y.
-
#filename ⇒ Object
readonly
Returns the value of attribute filename.
-
#height ⇒ Object
readonly
Returns the value of attribute height.
-
#index ⇒ Object
readonly
Returns the value of attribute index.
-
#left ⇒ Object
readonly
Returns the value of attribute left.
-
#output_path ⇒ Object
readonly
Returns the value of attribute output_path.
-
#page ⇒ Object
readonly
Returns the value of attribute page.
-
#reference_path ⇒ Object
readonly
Returns the value of attribute reference_path.
-
#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
27 28 29 |
# File 'lib/vivlio_starter/cli/pdf/reader.rb', line 27 def bottom @bottom end |
#center_y ⇒ Object (readonly)
Returns the value of attribute center_y
27 28 29 |
# File 'lib/vivlio_starter/cli/pdf/reader.rb', line 27 def center_y @center_y end |
#filename ⇒ Object (readonly)
Returns the value of attribute filename
27 28 29 |
# File 'lib/vivlio_starter/cli/pdf/reader.rb', line 27 def filename @filename end |
#height ⇒ Object (readonly)
Returns the value of attribute height
27 28 29 |
# File 'lib/vivlio_starter/cli/pdf/reader.rb', line 27 def height @height end |
#index ⇒ Object (readonly)
Returns the value of attribute index
27 28 29 |
# File 'lib/vivlio_starter/cli/pdf/reader.rb', line 27 def index @index end |
#left ⇒ Object (readonly)
Returns the value of attribute left
27 28 29 |
# File 'lib/vivlio_starter/cli/pdf/reader.rb', line 27 def left @left end |
#output_path ⇒ Object (readonly)
Returns the value of attribute output_path
27 28 29 |
# File 'lib/vivlio_starter/cli/pdf/reader.rb', line 27 def output_path @output_path end |
#page ⇒ Object (readonly)
Returns the value of attribute page
27 28 29 |
# File 'lib/vivlio_starter/cli/pdf/reader.rb', line 27 def page @page end |
#reference_path ⇒ Object (readonly)
Returns the value of attribute reference_path
27 28 29 |
# File 'lib/vivlio_starter/cli/pdf/reader.rb', line 27 def reference_path @reference_path end |
#right ⇒ Object (readonly)
Returns the value of attribute right
27 28 29 |
# File 'lib/vivlio_starter/cli/pdf/reader.rb', line 27 def right @right end |
#top ⇒ Object (readonly)
Returns the value of attribute top
27 28 29 |
# File 'lib/vivlio_starter/cli/pdf/reader.rb', line 27 def top @top end |
#width ⇒ Object (readonly)
Returns the value of attribute width
27 28 29 |
# File 'lib/vivlio_starter/cli/pdf/reader.rb', line 27 def width @width end |
#x ⇒ Object (readonly)
Returns the value of attribute x
27 28 29 |
# File 'lib/vivlio_starter/cli/pdf/reader.rb', line 27 def x @x end |