fo-footnote-body

fo-footnote-body —

Synopsis




struct      FoFootnoteBody;
struct      FoFootnoteBodyClass;
FoFo*       fo_footnote_body_new            (void);
void        fo_footnote_body_update_from_context
                                            (FoFo *fo,
                                             FoContext *context);
void        fo_footnote_body_set_role       (FoFootnoteBody *fo_footnote_body,
                                             FoPropertyRole *new_role);
FoPropertyRole* fo_footnote_body_get_role   (FoFootnoteBody *fo_footnote_body);
void        fo_footnote_body_set_source_document
                                            (FoFootnoteBody *fo_footnote_body,
                                             FoPropertySourceDocument *new_source_document);
FoPropertySourceDocument* fo_footnote_body_get_source_document
                                            (FoFootnoteBody *fo_footnote_body);

Object Hierarchy


  GObject
   +----FoObject
         +----FoNode
               +----FoFo
                     +----FoFootnoteBody

Properties


  "role"                 FoProperty           : Read
  "source-document"      FoProperty           : Read

Description

Details

struct FoFootnoteBody

struct FoFootnoteBody;


struct FoFootnoteBodyClass

struct FoFootnoteBodyClass;


fo_footnote_body_new ()

FoFo*       fo_footnote_body_new            (void);

Creates a new FoFootnoteBody initialized to default value.

Returns : the new FoFootnoteBody

fo_footnote_body_update_from_context ()

void        fo_footnote_body_update_from_context
                                            (FoFo *fo,
                                             FoContext *context);

fo :
context :

fo_footnote_body_set_role ()

void        fo_footnote_body_set_role       (FoFootnoteBody *fo_footnote_body,
                                             FoPropertyRole *new_role);

Sets the role property of footnote_body to new_role

fo_footnote_body : The FoFootnoteBody object
new_role : The new "role" property value

fo_footnote_body_get_role ()

FoPropertyRole* fo_footnote_body_get_role   (FoFootnoteBody *fo_footnote_body);

Gets the role property of footnote_body

fo_footnote_body : The FoFootnoteBody object
Returns : The "role" property value

fo_footnote_body_set_source_document ()

void        fo_footnote_body_set_source_document
                                            (FoFootnoteBody *fo_footnote_body,
                                             FoPropertySourceDocument *new_source_document);

Sets the source-document property of footnote_body to new_source_document

fo_footnote_body : The FoFootnoteBody object
new_source_document : The new "source-document" property value

fo_footnote_body_get_source_document ()

FoPropertySourceDocument* fo_footnote_body_get_source_document
                                            (FoFootnoteBody *fo_footnote_body);

Gets the source-document property of footnote_body

fo_footnote_body : The FoFootnoteBody object
Returns : The "source-document" property value

Properties

"role" (FoProperty : Read)

Role property.

"source-document" (FoProperty : Read)

Source Document property.