![]() | ![]() | ![]() | xmlroff Reference Manual | ![]() |
---|
fo-footnote-body —
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);
"role" FoProperty : Read "source-document" FoProperty : Read
FoFo* fo_footnote_body_new (void);
Creates a new
Returns : | the new |
void fo_footnote_body_update_from_context (FoFo *fo, FoContext *context);
fo : | |
context : |
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 |
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 |
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 |
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 |
"role" (FoProperty : Read) | Role property. |
"source-document" (FoProperty : Read) | Source Document property. |
<< fo-flow | fo-footnote >> |