Class gui.GuiStepUtils
Defined in: GuiStepUtils.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Helper functions to retrieve information about an ODF document using a step iterator
|
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}