Marmot
|
Logical page content. More...
Public Member Functions | |
def | __init__ |
Constructor of content. | |
def | getLabel |
def | getBox |
def | setBox |
def | getLid |
def | getPlid |
def | setPlid |
def | isLeaf |
Tell whether object is Leaf or not. | |
def | __str__ |
Logical page content.
def Marmot::Common::Content::Content::__init__ | ( | self, | |
label, | |||
lid, | |||
plid, | |||
box | |||
) |
Constructor of content.
label | label of content |
lid | logical ID |
plid | parent's logical ID |
box | bounding box |
def Marmot::Common::Content::Content::isLeaf | ( | self | ) |
Tell whether object is Leaf or not.
Reimplemented in Marmot::Common::Content::Composite, and Marmot::Common::Content::Leaf.