Provides a representation of the analyzed page layout by organizing and allowing access to collections of IPageLayoutNodes.
More...
#include <text.h>
|
virtual IPageLayoutNodeCollection | getColumn (uint32 columnNumber)=0 |
| Get a collection of IPageLayoutNodes, representing the content of the specified column number. A columnNumber of zero will return the root content.
|
|
virtual uint32 | getNumberOfColumns () const =0 |
| Get the number of columns (this includes the root item)
|
|
virtual void | addRef () const =0 |
| Increases the reference count of the actual object pointed to. This would take place during an assignment or copying.
|
|
virtual bool | decRef () const =0 |
| Decreases the reference count of the actual object pointed to. When the reference count falls to Zero, it deletes the actual object pointed to.
|
|
virtual int32 | getRefCount () const =0 |
| Retrieve the current reference count of the actual object pointed to.
|
|
|
static JAWSMAKO_API IPageLayoutDataPtr | create (IPageLayoutNodeCollection data) |
| Creation function for IPageLayoutData that provides a representation of the analyzed page layout, by organizing and allowing access to collections of IPageLayoutNodes.
|
|
|
virtual | ~IRCObject () |
| Virtual destructor.
|
|
Provides a representation of the analyzed page layout by organizing and allowing access to collections of IPageLayoutNodes.
◆ create()
Creation function for IPageLayoutData that provides a representation of the analyzed page layout, by organizing and allowing access to collections of IPageLayoutNodes.
- Parameters
-
data | The collection of IPageLayotNodes |
- Returns
- IPageLayoutDataPtr The new representation
The documentation for this class was generated from the following file: