Class Index | File Index

Classes


Class gui.GuiStepUtils


Defined in: GuiStepUtils.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Helper functions to retrieve information about an ODF document using a step iterator
Method Summary
Method Attributes Method Name and Description
<inner>  
getContentRect(stepIterator)
Returns the client rectangle for the content bounds at the step iterator's current position.
Class Detail
gui.GuiStepUtils()
Helper functions to retrieve information about an ODF document using a step iterator
Method Detail
<inner> {?ClientRect} getContentRect(stepIterator)
Returns the client rectangle for the content bounds at the step iterator's current position. Note, if the selected content is really collapsed whitespace, this function will return null.
Parameters:
{!core.StepIterator} stepIterator
Returns:
{?ClientRect}

Documentation generated by JsDoc Toolkit 2.4.0 on Thu Jul 17 2014 23:45:40 GMT+0200 (MESZ)