footnote-body

footnote-body

Synopsis

                    FoFootnoteBody;
                    FoFootnoteBodyClass;
FoFo*               fo_footnote_body_new                (void);

FoProperty*         fo_footnote_body_get_role           (FoFo *fo_fo);
void                fo_footnote_body_set_role           (FoFo *fo_fo,
                                                         FoProperty *new_role);
FoProperty*         fo_footnote_body_get_source_document
                                                        (FoFo *fo_fo);
void                fo_footnote_body_set_source_document
                                                        (FoFo *fo_fo,
                                                         FoProperty *new_source_document);

Object Hierarchy

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

Properties

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

Description

Details

FoFootnoteBody

typedef struct _FoFootnoteBody FoFootnoteBody;


FoFootnoteBodyClass

typedef struct _FoFootnoteBodyClass 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_get_role ()

FoProperty*         fo_footnote_body_get_role           (FoFo *fo_fo);

Gets the "role" property of fo_fo.

fo_fo :

The FoFo object.

Returns :

The "role" property value.

fo_footnote_body_set_role ()

void                fo_footnote_body_set_role           (FoFo *fo_fo,
                                                         FoProperty *new_role);

Sets the "role" property of fo_fo to new_role

fo_fo :

The FoFo object

new_role :

The new "role" property value

fo_footnote_body_get_source_document ()

FoProperty*         fo_footnote_body_get_source_document
                                                        (FoFo *fo_fo);

Gets the "source-document" property of fo_fo.

fo_fo :

The FoFo object.

Returns :

The "source-document" property value.

fo_footnote_body_set_source_document ()

void                fo_footnote_body_set_source_document
                                                        (FoFo *fo_fo,
                                                         FoProperty *new_source_document);

Sets the "source-document" property of fo_fo to new_source_document

fo_fo :

The FoFo object

new_source_document :

The new "source-document" property value

Property Details

The "role" property

  "role"                     FoProperty*           : Read

Role property.


The "source-document" property

  "source-document"          FoProperty*           : Read

Source Document property.