Class: VivlioStarter::Pdf::Reader::ImageOccurrence

Inherits:
Data
  • Object
show all
Defined in:
lib/vivlio_starter/cli/pdf/reader.rb

Overview

PDF 内画像の出現位置(座標・サイズ・XObject 参照)

Instance Attribute Summary collapse

Instance Attribute Details

#bottomObject (readonly)

Returns the value of attribute bottom

Returns:

  • (Object)

    the current value of bottom



23
24
25
# File 'lib/vivlio_starter/cli/pdf/reader.rb', line 23

def bottom
  @bottom
end

#center_yObject (readonly)

Returns the value of attribute center_y

Returns:

  • (Object)

    the current value of center_y



23
24
25
# File 'lib/vivlio_starter/cli/pdf/reader.rb', line 23

def center_y
  @center_y
end

#heightObject (readonly)

Returns the value of attribute height

Returns:

  • (Object)

    the current value of height



23
24
25
# File 'lib/vivlio_starter/cli/pdf/reader.rb', line 23

def height
  @height
end

#leftObject (readonly)

Returns the value of attribute left

Returns:

  • (Object)

    the current value of left



23
24
25
# File 'lib/vivlio_starter/cli/pdf/reader.rb', line 23

def left
  @left
end

#objectObject (readonly)

Returns the value of attribute object

Returns:

  • (Object)

    the current value of object



23
24
25
# File 'lib/vivlio_starter/cli/pdf/reader.rb', line 23

def object
  @object
end

#rightObject (readonly)

Returns the value of attribute right

Returns:

  • (Object)

    the current value of right



23
24
25
# File 'lib/vivlio_starter/cli/pdf/reader.rb', line 23

def right
  @right
end

#topObject (readonly)

Returns the value of attribute top

Returns:

  • (Object)

    the current value of top



23
24
25
# File 'lib/vivlio_starter/cli/pdf/reader.rb', line 23

def top
  @top
end

#widthObject (readonly)

Returns the value of attribute width

Returns:

  • (Object)

    the current value of width



23
24
25
# File 'lib/vivlio_starter/cli/pdf/reader.rb', line 23

def width
  @width
end

#xObject (readonly)

Returns the value of attribute x

Returns:

  • (Object)

    the current value of x



23
24
25
# File 'lib/vivlio_starter/cli/pdf/reader.rb', line 23

def x
  @x
end