Class: Xberg::Formula

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeFormula

Returns a new instance of Formula.

Parameters:



1266
# File 'sig/types.rbs', line 1266

def initialize: (latex: String, bbox: BoundingBox, page: Integer) -> void

Instance Attribute Details

#bboxBoundingBox (readonly)

Returns the value of attribute bbox.

Returns:



1263
1264
1265
# File 'sig/types.rbs', line 1263

def bbox
  @bbox
end

#latexString (readonly)

Returns the value of attribute latex.

Returns:

  • (String)


1262
1263
1264
# File 'sig/types.rbs', line 1262

def latex
  @latex
end

#pageInteger (readonly)

Returns the value of attribute page.

Returns:

  • (Integer)


1264
1265
1266
# File 'sig/types.rbs', line 1264

def page
  @page
end