librevenge::RVNGTextPresentationGenerator Class Reference

#include <RVNGTextPresentationGenerator.h>

Inheritance diagram for librevenge::RVNGTextPresentationGenerator:
librevenge::RVNGPresentationInterface

Public Member Functions

 RVNGTextPresentationGenerator (RVNGStringVector &pages)
 ~RVNGTextPresentationGenerator ()
void startDocument (const RVNGPropertyList &propList)
void endDocument ()
void setDocumentMetaData (const RVNGPropertyList &propList)
 Called when all document metadata should be set.
void defineEmbeddedFont (const RVNGPropertyList &propList)
 Called when an embedded font should be defined.
void startSlide (const RVNGPropertyList &propList)
void endSlide ()
void startMasterSlide (const RVNGPropertyList &propList)
void endMasterSlide ()
void setSlideTransition (const RVNGPropertyList &propList)
 Called when a transition should be added to the current slide.
void startLayer (const RVNGPropertyList &propList)
void endLayer ()
void startEmbeddedGraphics (const RVNGPropertyList &propList)
void endEmbeddedGraphics ()
void openGroup (const RVNGPropertyList &propList)
void closeGroup ()
void setStyle (const RVNGPropertyList &propList)
void drawRectangle (const RVNGPropertyList &propList)
void drawEllipse (const RVNGPropertyList &propList)
void drawPolyline (const RVNGPropertyList &propList)
void drawPolygon (const RVNGPropertyList &propList)
void drawPath (const RVNGPropertyList &propList)
void drawGraphicObject (const RVNGPropertyList &propList)
 Called when a binary/raster object should be inserted.
void drawConnector (const RVNGPropertyList &propList)
 Draw a connector.
void startTextObject (const RVNGPropertyList &propList)
 Start a text object.
void endTextObject ()
 End a text object.
void defineParagraphStyle (const RVNGPropertyList &propList)
void openParagraph (const RVNGPropertyList &propList)
 Called when a new paragraph is opened.
void closeParagraph ()
 Called when a paragraph is closed.
void defineCharacterStyle (const RVNGPropertyList &propList)
void openSpan (const RVNGPropertyList &propList)
 Called when a text span is opened.
void closeSpan ()
 Called when a text span is closed.
void openLink (const RVNGPropertyList &propList)
 Called when a link should be opened.
void closeLink ()
 Called when the current link is closed.
void insertTab ()
 Called when a TAB character should be inserted.
void insertSpace ()
 Called when an explicit space should be inserted.
void insertText (const RVNGString &str)
 Called when a string of text should be inserted.
void insertLineBreak ()
 Called when a line break should be inserted.
void insertField (const RVNGPropertyList &propList)
 Called when a field should be inserted.
void openOrderedListLevel (const RVNGPropertyList &propList)
 Called when a new ordered list level should be opened.
void openUnorderedListLevel (const RVNGPropertyList &propList)
 Called when a new unordered list level should be opened.
void closeOrderedListLevel ()
 Called when an unordered list level should be closed.
void closeUnorderedListLevel ()
 Called when an ununordered list level should be closed.
void openListElement (const RVNGPropertyList &propList)
 Called when a list element should be opened.
void closeListElement ()
 Called when a list element should be closed.
void startTableObject (const RVNGPropertyList &propList)
 Called when a table should be opened.
void openTableRow (const RVNGPropertyList &propList)
 Called when a new table row is opened.
void closeTableRow ()
 Called when the current table row is closed.
void openTableCell (const RVNGPropertyList &propList)
 Called when a new table cell is opened.
void closeTableCell ()
 Called when the current table cell is closed.
void insertCoveredTableCell (const RVNGPropertyList &propList)
 Called when a covered (spanned by another cell in the table) table cell is opened.
void endTableObject ()
 Called when the current table is closed.
void startComment (const RVNGPropertyList &propList)
 Start a comment.
void endComment ()
 End a comment.
void startNotes (const RVNGPropertyList &propList)
 Start slide notes.
void endNotes ()
 End slide notes.
void defineChartStyle (const RVNGPropertyList &propList)
void openChart (const RVNGPropertyList &propList)
 Called when a chart should be opened.
void closeChart ()
 Called when a chart should be closed.
void openChartTextObject (const RVNGPropertyList &propList)
 Called when a chart text zone:label/legend/title/subtitle/footer should be opened.
void closeChartTextObject ()
 Called when a chart text zone:legend/title/subtitle/footer should be closed.
void openChartPlotArea (const RVNGPropertyList &propList)
 Called when a chart plot area should be opened.
void closeChartPlotArea ()
 Called when a chart plot arre should be closed.
void insertChartAxis (const RVNGPropertyList &propList)
 Called when a axis should be add in a plot area.
void openChartSeries (const librevenge::RVNGPropertyList &propList)
 Called when a serie should be opened (in a plot area)
void closeChartSeries ()
 Called when a serie should be closed (in a plot area)
void openAnimationSequence (const RVNGPropertyList &propList)
 Called when a set of animations should be applied one after another.
void closeAnimationSequence ()
void openAnimationGroup (const RVNGPropertyList &propList)
 Called when a set of animations should be applied in parallel.
void closeAnimationGroup ()
void openAnimationIteration (const RVNGPropertyList &propList)
void closeAnimationIteration ()
void insertMotionAnimation (const RVNGPropertyList &propList)
 Insert an animation that moves the target object along a specified path.
void insertColorAnimation (const RVNGPropertyList &propList)
 Insert an animation that changes color of the target object.
void insertAnimation (const RVNGPropertyList &propList)
 Insert a generic animation.
void insertEffect (const RVNGPropertyList &propList)
 Set one-time animation effect on the target object.
Public Member Functions inherited from librevenge::RVNGPresentationInterface
virtual ~RVNGPresentationInterface ()

Private Member Functions

 RVNGTextPresentationGenerator (const RVNGTextPresentationGenerator &other)
RVNGTextPresentationGeneratoroperator= (const RVNGTextPresentationGenerator &other)

Private Attributes

RVNGTextPresentationGeneratorImplm_impl

Constructor & Destructor Documentation

◆ RVNGTextPresentationGenerator() [1/2]

librevenge::RVNGTextPresentationGenerator::RVNGTextPresentationGenerator ( const RVNGTextPresentationGenerator & other)
private

◆ RVNGTextPresentationGenerator() [2/2]

librevenge::RVNGTextPresentationGenerator::RVNGTextPresentationGenerator ( RVNGStringVector & pages)
explicit

◆ ~RVNGTextPresentationGenerator()

librevenge::RVNGTextPresentationGenerator::~RVNGTextPresentationGenerator ( )

Member Function Documentation

◆ closeAnimationGroup()

void librevenge::RVNGTextPresentationGenerator::closeAnimationGroup ( )
virtual

◆ closeAnimationIteration()

void librevenge::RVNGTextPresentationGenerator::closeAnimationIteration ( )
virtual

◆ closeAnimationSequence()

void librevenge::RVNGTextPresentationGenerator::closeAnimationSequence ( )
virtual

◆ closeChart()

void librevenge::RVNGTextPresentationGenerator::closeChart ( )
virtual

Called when a chart should be closed.

Implements librevenge::RVNGPresentationInterface.

Referenced by operator=().

◆ closeChartPlotArea()

void librevenge::RVNGTextPresentationGenerator::closeChartPlotArea ( )
virtual

Called when a chart plot arre should be closed.

Implements librevenge::RVNGPresentationInterface.

Referenced by operator=().

◆ closeChartSeries()

void librevenge::RVNGTextPresentationGenerator::closeChartSeries ( )
virtual

Called when a serie should be closed (in a plot area)

Implements librevenge::RVNGPresentationInterface.

Referenced by operator=().

◆ closeChartTextObject()

void librevenge::RVNGTextPresentationGenerator::closeChartTextObject ( )
virtual

Called when a chart text zone:legend/title/subtitle/footer should be closed.

Implements librevenge::RVNGPresentationInterface.

Referenced by operator=().

◆ closeGroup()

void librevenge::RVNGTextPresentationGenerator::closeGroup ( )
virtual

◆ closeLink()

void librevenge::RVNGTextPresentationGenerator::closeLink ( )
virtual

Called when the current link is closed.

Implements librevenge::RVNGPresentationInterface.

Referenced by operator=().

◆ closeListElement()

void librevenge::RVNGTextPresentationGenerator::closeListElement ( )
virtual

Called when a list element should be closed.

Implements librevenge::RVNGPresentationInterface.

Referenced by operator=().

◆ closeOrderedListLevel()

void librevenge::RVNGTextPresentationGenerator::closeOrderedListLevel ( )
virtual

Called when an unordered list level should be closed.

Implements librevenge::RVNGPresentationInterface.

Referenced by operator=().

◆ closeParagraph()

void librevenge::RVNGTextPresentationGenerator::closeParagraph ( )
virtual

Called when a paragraph is closed.

Implements librevenge::RVNGPresentationInterface.

Referenced by closeListElement(), and operator=().

◆ closeSpan()

void librevenge::RVNGTextPresentationGenerator::closeSpan ( )
virtual

Called when a text span is closed.

Implements librevenge::RVNGPresentationInterface.

Referenced by operator=().

◆ closeTableCell()

void librevenge::RVNGTextPresentationGenerator::closeTableCell ( )
virtual

Called when the current table cell is closed.

Implements librevenge::RVNGPresentationInterface.

Referenced by operator=().

◆ closeTableRow()

void librevenge::RVNGTextPresentationGenerator::closeTableRow ( )
virtual

Called when the current table row is closed.

Implements librevenge::RVNGPresentationInterface.

Referenced by operator=().

◆ closeUnorderedListLevel()

void librevenge::RVNGTextPresentationGenerator::closeUnorderedListLevel ( )
virtual

Called when an ununordered list level should be closed.

Implements librevenge::RVNGPresentationInterface.

Referenced by operator=().

◆ defineCharacterStyle()

void librevenge::RVNGTextPresentationGenerator::defineCharacterStyle ( const RVNGPropertyList & propList)
virtual

◆ defineChartStyle()

void librevenge::RVNGTextPresentationGenerator::defineChartStyle ( const RVNGPropertyList & propList)
virtual

◆ defineEmbeddedFont()

void librevenge::RVNGTextPresentationGenerator::defineEmbeddedFont ( const RVNGPropertyList & propList)
virtual

Called when an embedded font should be defined.

Parameters
propListA set of properties that specify the font. May contain:
  • librevenge:name The name of the font
  • librevenge:mime-type The mimetype of the font
  • office:binary-data The font data
  • librevenge:replacement-objects A property list vector containing alternative formats of the font. Every element is a property list containing:
    1. librevenge:mime-type The mimetype of the replacement object
    2. office:binary-data The replacement object data

Implements librevenge::RVNGPresentationInterface.

Referenced by operator=().

◆ defineParagraphStyle()

void librevenge::RVNGTextPresentationGenerator::defineParagraphStyle ( const RVNGPropertyList & propList)
virtual

◆ drawConnector()

void librevenge::RVNGTextPresentationGenerator::drawConnector ( const RVNGPropertyList & propList)
virtual

Draw a connector.

The connector will be typically between two shapes, but free-standing connectors are allowed too.

Parameters
propListDefines a set of properties for the object. May contain:
  • draw:end-shape The ID of the shape attached at the end. Should not be present if the connector's end is not attached to any object.
  • draw:start-shape The ID of the shape attached at the beginning. Should not be present if the connector's start is not attached to any object.
  • svg:d The connector's geometric path. This is optional; if missing, the consumer is free to render it any way it likes.
  • svg:x1 The X coordinate of the start point.
  • svg:y1 The Y coordinate of the start point.
  • svg:x2 The X coordinate of the end point.
  • svg:y2 The Y coordinate of the end point.

Implements librevenge::RVNGPresentationInterface.

Referenced by operator=().

◆ drawEllipse()

void librevenge::RVNGTextPresentationGenerator::drawEllipse ( const RVNGPropertyList & propList)
virtual

◆ drawGraphicObject()

void librevenge::RVNGTextPresentationGenerator::drawGraphicObject ( const RVNGPropertyList & propList)
virtual

Called when a binary/raster object should be inserted.

Parameters
propListDefines a set of properties for the object. May contain:
  • librevenge:mime-type The mimetype of the object
  • office:binary-data The object data
  • librevenge:replacement-objects A property list vector containing alternative representations of the content. Every element is a property list containing:
    1. librevenge:mime-type The mimetype of the replacement object
    2. office:binary-data The replacement object data
  • librevenge:replacement-text A string containing a text representation of the content.
Note
to insert a MathMl file, set the mimetype value to "application/mathml-presentation+xml" or "application/mathml+xml".

Implements librevenge::RVNGPresentationInterface.

Referenced by operator=().

◆ drawPath()

void librevenge::RVNGTextPresentationGenerator::drawPath ( const RVNGPropertyList & propList)
virtual

◆ drawPolygon()

void librevenge::RVNGTextPresentationGenerator::drawPolygon ( const RVNGPropertyList & propList)
virtual

◆ drawPolyline()

void librevenge::RVNGTextPresentationGenerator::drawPolyline ( const RVNGPropertyList & propList)
virtual

◆ drawRectangle()

void librevenge::RVNGTextPresentationGenerator::drawRectangle ( const RVNGPropertyList & propList)
virtual

◆ endComment()

void librevenge::RVNGTextPresentationGenerator::endComment ( )
virtual

End a comment.

Implements librevenge::RVNGPresentationInterface.

Referenced by operator=().

◆ endDocument()

void librevenge::RVNGTextPresentationGenerator::endDocument ( )
virtual

◆ endEmbeddedGraphics()

void librevenge::RVNGTextPresentationGenerator::endEmbeddedGraphics ( )
virtual

◆ endLayer()

void librevenge::RVNGTextPresentationGenerator::endLayer ( )
virtual

◆ endMasterSlide()

void librevenge::RVNGTextPresentationGenerator::endMasterSlide ( )
virtual

◆ endNotes()

void librevenge::RVNGTextPresentationGenerator::endNotes ( )
virtual

End slide notes.

Implements librevenge::RVNGPresentationInterface.

Referenced by operator=().

◆ endSlide()

void librevenge::RVNGTextPresentationGenerator::endSlide ( )
virtual

◆ endTableObject()

void librevenge::RVNGTextPresentationGenerator::endTableObject ( )
virtual

Called when the current table is closed.

Implements librevenge::RVNGPresentationInterface.

Referenced by operator=().

◆ endTextObject()

void librevenge::RVNGTextPresentationGenerator::endTextObject ( )
virtual

End a text object.

Implements librevenge::RVNGPresentationInterface.

Referenced by operator=().

◆ insertAnimation()

void librevenge::RVNGTextPresentationGenerator::insertAnimation ( const RVNGPropertyList & propList)
virtual

Insert a generic animation.

Implements librevenge::RVNGPresentationInterface.

Referenced by operator=().

◆ insertChartAxis()

void librevenge::RVNGTextPresentationGenerator::insertChartAxis ( const RVNGPropertyList & propList)
virtual

Called when a axis should be add in a plot area.

Implements librevenge::RVNGPresentationInterface.

Referenced by operator=().

◆ insertColorAnimation()

void librevenge::RVNGTextPresentationGenerator::insertColorAnimation ( const RVNGPropertyList & propList)
virtual

Insert an animation that changes color of the target object.

Implements librevenge::RVNGPresentationInterface.

Referenced by operator=().

◆ insertCoveredTableCell()

void librevenge::RVNGTextPresentationGenerator::insertCoveredTableCell ( const RVNGPropertyList & propList)
virtual

Called when a covered (spanned by another cell in the table) table cell is opened.

Parameters
propListProperty list for the table cell. May contain:
  • librevenge:column Number of the column in which the cell is positioned
  • librevenge:row Number of the row in which the cell is positioned

Implements librevenge::RVNGPresentationInterface.

Referenced by operator=().

◆ insertEffect()

void librevenge::RVNGTextPresentationGenerator::insertEffect ( const RVNGPropertyList & propList)
virtual

Set one-time animation effect on the target object.

Implements librevenge::RVNGPresentationInterface.

Referenced by operator=().

◆ insertField()

void librevenge::RVNGTextPresentationGenerator::insertField ( const RVNGPropertyList & propList)
virtual

Called when a field should be inserted.

Field types may include:

  • librevenge:field-type field types may include:
    1. text:page-number Current page number
    2. text:page-count Total # of pages in document
  • style:num-format Type of page number (for page number)

Implements librevenge::RVNGPresentationInterface.

Referenced by operator=().

◆ insertLineBreak()

void librevenge::RVNGTextPresentationGenerator::insertLineBreak ( )
virtual

Called when a line break should be inserted.

Implements librevenge::RVNGPresentationInterface.

Referenced by operator=().

◆ insertMotionAnimation()

void librevenge::RVNGTextPresentationGenerator::insertMotionAnimation ( const RVNGPropertyList & propList)
virtual

Insert an animation that moves the target object along a specified path.

Implements librevenge::RVNGPresentationInterface.

Referenced by operator=().

◆ insertSpace()

void librevenge::RVNGTextPresentationGenerator::insertSpace ( )
virtual

Called when an explicit space should be inserted.

Implements librevenge::RVNGPresentationInterface.

Referenced by operator=().

◆ insertTab()

void librevenge::RVNGTextPresentationGenerator::insertTab ( )
virtual

Called when a TAB character should be inserted.

Implements librevenge::RVNGPresentationInterface.

Referenced by operator=().

◆ insertText()

void librevenge::RVNGTextPresentationGenerator::insertText ( const RVNGString & text)
virtual

Called when a string of text should be inserted.

Parameters
textA textbuffer encoded as a UTF8 string

Implements librevenge::RVNGPresentationInterface.

Referenced by operator=().

◆ openAnimationGroup()

void librevenge::RVNGTextPresentationGenerator::openAnimationGroup ( const RVNGPropertyList & propList)
virtual

Called when a set of animations should be applied in parallel.

Implements librevenge::RVNGPresentationInterface.

Referenced by operator=().

◆ openAnimationIteration()

void librevenge::RVNGTextPresentationGenerator::openAnimationIteration ( const RVNGPropertyList & propList)
virtual

◆ openAnimationSequence()

void librevenge::RVNGTextPresentationGenerator::openAnimationSequence ( const RVNGPropertyList & propList)
virtual

Called when a set of animations should be applied one after another.

Implements librevenge::RVNGPresentationInterface.

Referenced by operator=().

◆ openChart()

void librevenge::RVNGTextPresentationGenerator::openChart ( const RVNGPropertyList & propList)
virtual

Called when a chart should be opened.

Parameters
propListProperty list for the sheet. May contain:
  • librevenge:name Determines the sheet name

Implements librevenge::RVNGPresentationInterface.

Referenced by operator=().

◆ openChartPlotArea()

void librevenge::RVNGTextPresentationGenerator::openChartPlotArea ( const RVNGPropertyList & propList)
virtual

Called when a chart plot area should be opened.

Implements librevenge::RVNGPresentationInterface.

Referenced by operator=().

◆ openChartSeries()

void librevenge::RVNGTextPresentationGenerator::openChartSeries ( const librevenge::RVNGPropertyList & propList)
virtual

Called when a serie should be opened (in a plot area)

Implements librevenge::RVNGPresentationInterface.

Referenced by operator=().

◆ openChartTextObject()

void librevenge::RVNGTextPresentationGenerator::openChartTextObject ( const RVNGPropertyList & propList)
virtual

Called when a chart text zone:label/legend/title/subtitle/footer should be opened.

Implements librevenge::RVNGPresentationInterface.

Referenced by operator=().

◆ openGroup()

void librevenge::RVNGTextPresentationGenerator::openGroup ( const RVNGPropertyList & propList)
virtual

◆ openLink()

void librevenge::RVNGTextPresentationGenerator::openLink ( const RVNGPropertyList & propList)
virtual

Called when a link should be opened.

Parameters
propListDefines a set of properties for the link. May contain:
  • xlink:type .
  • xlink:href .

Implements librevenge::RVNGPresentationInterface.

Referenced by operator=().

◆ openListElement()

void librevenge::RVNGTextPresentationGenerator::openListElement ( const RVNGPropertyList & propList)
virtual

Called when a list element should be opened.

Parameters
propListProperty list for the paragraph. May contain:
  • fo:text-align The justification of this paragraph (left, center, end, full, or justify)
  • fo:margin-left The left indentation of this paragraph, in inches
  • fo:margin-right The right indentation of this paragraph, in inches
  • fo:margin-top The amount of extra spacing to be placed before the paragraph, in inches
  • fo:margin-bottom The amount of extra spacing to be placed after the paragraph, in inches
  • fo:text-indent The indentation of first line, in inches (difference relative to margin-left)
  • fo:line-height The amount of spacing between lines, in number of lines (1.0 is single spacing)
  • fo:break-before Whether this paragraph should be placed in a new column or page (the value is set to column or page if so)
  • librevenge:tab-stops List of tabstop definitions for the paragraph. If the list is empty, default tabstop definition should be used. Each tab stop may contain:
    1. style:type Type of tab (left, right, center, or char)
    2. style:char Alingnment character for char aligned tabs
    3. style:leader-text The leader character
    4. style:position Position of the tab

Implements librevenge::RVNGPresentationInterface.

Referenced by operator=().

◆ openOrderedListLevel()

void librevenge::RVNGTextPresentationGenerator::openOrderedListLevel ( const RVNGPropertyList & propList)
virtual

Called when a new ordered list level should be opened.

Parameters
propListDefines a set of properties for the list. May contain:
  • librevenge:list-id A unique integer identifier for the list
  • librevenge:level The level of the list in the hierarchy
  • style:num-format Type of list
  • style:num-prefix Text that comes before the number in the list
  • style:num-suffix Text that comes after the number in the list
  • text:start-value The starting number of the list
  • text:min-label-width The distance between the list label and the actual text, stored in inches
  • text:space-before The indentation level of the lists, stored in inches

Implements librevenge::RVNGPresentationInterface.

Referenced by operator=().

◆ openParagraph()

void librevenge::RVNGTextPresentationGenerator::openParagraph ( const RVNGPropertyList & propList)
virtual

Called when a new paragraph is opened.

This (or openListElement) will always be called before any text or span is placed into the document.

Parameters
propListProperty list for the paragraph. May contain:
  • fo:text-align The justification of this paragraph (left, center, end, full, or justify)
  • fo:margin-left The left indentation of this paragraph, in inches
  • fo:margin-right The right indentation of this paragraph, in inches
  • fo:margin-top The amount of extra spacing to be placed before the paragraph, in inches
  • fo:margin-bottom The amount of extra spacing to be placed after the paragraph, in inches
  • fo:text-indent The indentation of first line, in inches (difference relative to margin-left)
  • fo:line-height The amount of spacing between lines, in number of lines (1.0 is single spacing)
  • fo:break-before Whether this paragraph should be placed in a new column or page (the value is set to column or page if so)
  • librevenge:tab-stops List of tabstop definitions for the paragraph. If the list is empty, default tabstop definition should be used. Each tab stop may contain:
    1. style:type Type of tab (left, right, center, or char)
    2. style:char Alingnment character for char aligned tabs
    3. style:leader-text The leader character
    4. style:position Position of the tab

Implements librevenge::RVNGPresentationInterface.

Referenced by openListElement(), and operator=().

◆ openSpan()

void librevenge::RVNGTextPresentationGenerator::openSpan ( const RVNGPropertyList & propList)
virtual

Called when a text span is opened.

Parameters
propListProperty list for the span. May contain:
  • fo:font-style Font style (italic or normal)
  • fo:font-weight Font style (bold or normal)
  • style:text-line-through-type (none, double or single, if present)
  • style:text-line-through-style (solid, dotted, dash, long-dash, dot-dash, dot-dot-dash or wave, if present)
  • style:text-underline-type (none, double or single, if present)
  • style:text-underline-style (solid, dotted, dash, long-dash, dot-dash, dot-dot-dash or wave, if present)
  • style:text-outline (true or false)
  • fo:font-variant (small-caps, if present)
  • style:font-name The name of the font used in the span, a text string in ascii
  • fo:font-size The size of the font used in the span, in points (72 points per inch)
  • fo:color The color of the font used in the span (encoded in hex: #RRGGBB)
  • fo:background-color The background color of the text in the span (encoded in hex: #RRGGBB)
  • style:text-blinking Whether the text should blink (true or false)
  • fo:text-shadow\n
  • fo:language\n \ The language of the text in the span, a valid language code according to ISO 639

Implements librevenge::RVNGPresentationInterface.

Referenced by operator=().

◆ openTableCell()

void librevenge::RVNGTextPresentationGenerator::openTableCell ( const RVNGPropertyList & propList)
virtual

Called when a new table cell is opened.

Parameters
propListProperty list for the table cell. May contain:
  • librevenge:column Number of the column in which the cell is positioned
  • librevenge:row Number of the row in which the cell is positioned
  • table:number-columns-spanned Number of columns that the cell spans
  • table:number-rows-spanned Number of rows that the cell spans
  • fo:border-left Properties of the left border of the cell
  • fo:border-right Properties of the right border of the cell
  • fo:border-top Properties of the top border of the cell
  • fo:border-bottom Properties of the bottom border of the cell
  • fo:background-color Color of the cell (encoded in hex: #RRGGBB)
  • style:vertical-align Vertical alignment of the content in the cell (top, middle, or bottom)

Implements librevenge::RVNGPresentationInterface.

Referenced by operator=().

◆ openTableRow()

void librevenge::RVNGTextPresentationGenerator::openTableRow ( const RVNGPropertyList & propList)
virtual

Called when a new table row is opened.

Parameters
propListDefines a set of properties for the table row. May contain:
  • style:row-height The row's height, in inches
  • style:min-row-height The row's minimum height, in inches
  • librevenge:is-header-row This row contains headings of columns and should repeat at every page (for tables that span several pages)

Implements librevenge::RVNGPresentationInterface.

Referenced by operator=().

◆ openUnorderedListLevel()

void librevenge::RVNGTextPresentationGenerator::openUnorderedListLevel ( const RVNGPropertyList & propList)
virtual

Called when a new unordered list level should be opened.

Parameters
propListDefines a set of properties for the list level. May contain:
  • librevenge:list-id A unique integer identifier for the list
  • librevenge:level The level of the list in the hierarchy
  • text:bullet-char The string that should be used as a bullet
  • text:min-label-width The distance between the bullet and the actual text, stored in inches
  • text:space-before The indentation level of the lists, stored in inches

Implements librevenge::RVNGPresentationInterface.

Referenced by operator=().

◆ operator=()

RVNGTextPresentationGenerator & librevenge::RVNGTextPresentationGenerator::operator= ( const RVNGTextPresentationGenerator & other)
private

◆ setDocumentMetaData()

void librevenge::RVNGTextPresentationGenerator::setDocumentMetaData ( const RVNGPropertyList & propList)
virtual

Called when all document metadata should be set.

This is always the first callback made.

Parameters
propListProperty list for the metadata. May contain:
  • dc:creator
  • dc:language The document's keywords
  • dc:publisher The document's publisher
  • dc:source
  • dc:subject The document's subject
  • dc:type The document's type
  • dcterms:available Date when the document was completed
  • dcterms:issued: Date of the version of the document
  • librevenge:abstract Abstract of the document's contents
  • librevenge:account Account
  • librevenge:address Address
  • librevenge:attachments
  • librevenge:authorization
  • librevenge:bill-to
  • librevenge:blind-copy
  • librevenge:carbon-copy
  • librevenge:checked-by
  • librevenge:client
  • librevenge:comments
  • librevenge:department
  • librevenge:descriptive-name The descriptive name for the document
  • librevenge:descriptive-type The descriptive type for the document
  • librevenge:destination
  • librevenge:disposition
  • librevenge:division
  • librevenge:document-number
  • librevenge:editor
  • librevenge:forward-to
  • librevenge:group
  • librevenge:mail-stop
  • librevenge:matter
  • librevenge:office
  • librevenge:owner
  • librevenge:project
  • librevenge:purpose
  • librevenge:received-from
  • librevenge:recorded-by
  • librevenge:recorded-date Date when the document was recorded
  • librevenge:reference
  • librevenge:revision-notes
  • librevenge:revision-number
  • librevenge:section
  • librevenge:security
  • librevenge:status
  • librevenge:telephone-number
  • librevenge:version-notes
  • librevenge:version-number
  • meta:creation-date Document creation date
  • meta:initial-creator The document's author
  • meta:keyword The document's keywords

Implements librevenge::RVNGPresentationInterface.

Referenced by operator=().

◆ setSlideTransition()

void librevenge::RVNGTextPresentationGenerator::setSlideTransition ( const RVNGPropertyList & propList)
virtual

Called when a transition should be added to the current slide.

Parameters
propListProperty list for the metadata. May contain:
  • smil:type Type of the transition.
  • smil:subtype Subtype of the transition.
  • smil:dur Duration of the transition.
  • smil:startProgress The amount of progress through the transition at which to begin execution. Value must be in the range [0.0, 1.0].
  • smil:endProgress The amount of progress through the transition at which to end execution. Value must be in the range [0.0, 1.0].

Implements librevenge::RVNGPresentationInterface.

Referenced by operator=().

◆ setStyle()

void librevenge::RVNGTextPresentationGenerator::setStyle ( const RVNGPropertyList & propList)
virtual

◆ startComment()

void librevenge::RVNGTextPresentationGenerator::startComment ( const RVNGPropertyList & propList)
virtual

Start a comment.

Implements librevenge::RVNGPresentationInterface.

Referenced by operator=().

◆ startDocument()

void librevenge::RVNGTextPresentationGenerator::startDocument ( const RVNGPropertyList & propList)
virtual

◆ startEmbeddedGraphics()

void librevenge::RVNGTextPresentationGenerator::startEmbeddedGraphics ( const RVNGPropertyList & propList)
virtual

◆ startLayer()

void librevenge::RVNGTextPresentationGenerator::startLayer ( const RVNGPropertyList & propList)
virtual

◆ startMasterSlide()

void librevenge::RVNGTextPresentationGenerator::startMasterSlide ( const RVNGPropertyList & propList)
virtual

◆ startNotes()

void librevenge::RVNGTextPresentationGenerator::startNotes ( const RVNGPropertyList & propList)
virtual

Start slide notes.

Implements librevenge::RVNGPresentationInterface.

Referenced by operator=().

◆ startSlide()

void librevenge::RVNGTextPresentationGenerator::startSlide ( const RVNGPropertyList & propList)
virtual

◆ startTableObject()

void librevenge::RVNGTextPresentationGenerator::startTableObject ( const RVNGPropertyList & propList)
virtual

Called when a table should be opened.

Parameters
propListDefines a set of properties for the table. May contain:
  • table:align The alignment (left, right, center, or margins)
  • fo:margin-left The left indentation of the table, in inches
  • fo:margin-right The right indentation of the table, in inches
  • style:width Total width of the table, in inches
  • fo:break-before Whether this table should be placed in a new column or page (the value is set to column or page if so)
  • librevenge:table-columns Column definitions for the table. May contain
    1. style:column-width Width of a column, in inches

Implements librevenge::RVNGPresentationInterface.

Referenced by operator=().

◆ startTextObject()

void librevenge::RVNGTextPresentationGenerator::startTextObject ( const RVNGPropertyList & propList)
virtual

Start a text object.

Implements librevenge::RVNGPresentationInterface.

Referenced by operator=().

Member Data Documentation

◆ m_impl


The documentation for this class was generated from the following files:

Generated for librevenge by doxygen 1.14.0