|
| NUMCollector (IWORKDocumentInterface *document) |
|
void | startDocument () |
|
void | endDocument () |
|
| IWORKCollector (IWORKDocumentInterface *document) |
|
virtual | ~IWORKCollector () |
|
void | setRecorder (const std::shared_ptr< IWORKRecorder > &recorder) |
|
void | collectStyle (const IWORKStylePtr_t &style) |
|
void | setGraphicStyle (const IWORKStylePtr_t &style) |
|
void | collectGeometry (const IWORKGeometryPtr_t &geometry) |
|
void | setAccumulateTransformTo (bool accumulate) |
|
void | collectBezier (const IWORKPathPtr_t &path) |
|
void | collectLine (const IWORKLinePtr_t &line) |
|
void | collectShape (const boost::optional< int > &order=boost::none, bool locked=false) |
|
void | collectBezierPath () |
|
void | collectPolygonPath (const IWORKSize &size, unsigned edges) |
|
void | collectRoundedRectanglePath (const IWORKSize &size, double radius) |
|
void | collectArrowPath (const IWORKSize &size, double headWidth, double stemRelYPos, bool doubleSided) |
|
void | collectStarPath (const IWORKSize &size, unsigned points, double innerRadius) |
|
void | collectConnectionPath (const IWORKConnectionPath &path) |
|
void | collectCalloutPath (const IWORKSize &size, double radius, double tailSize, double tailX, double tailY, bool quoteBubble) |
|
void | collectImage (const IWORKMediaContentPtr_t &image, const IWORKGeometryPtr_t &cropGeometry=IWORKGeometryPtr_t(), const boost::optional< int > &order=boost::none, bool locked=false) |
|
void | collectMedia (const IWORKMediaContentPtr_t &content, const IWORKGeometryPtr_t &cropGeometry=IWORKGeometryPtr_t(), const boost::optional< int > &order=boost::none) |
|
void | collectStylesheet (const IWORKStylesheetPtr_t &stylesheet) |
|
void | collectMetadata (const IWORKMetadata &metadata) |
|
void | collectHeader (const std::string &name) |
|
void | collectFooter (const std::string &name) |
|
void | collectTable (const std::shared_ptr< IWORKTable > &table) |
|
void | collectText (const std::shared_ptr< IWORKText > &text) |
|
void | startDocument () |
|
void | endDocument () |
|
void | startAttachment () |
|
void | endAttachment () |
|
void | startAttachments () |
|
void | endAttachments () |
|
void | startGroup () |
|
void | endGroup () |
|
void | openGroup () |
|
void | closeGroup () |
|
void | startLevel () |
|
void | endLevel () |
|
void | pushStyle () |
|
void | popStyle () |
|
void | pushStylesheet (const IWORKStylesheetPtr_t &stylesheet) |
|
void | popStylesheet () |
|
IWORKStylesheetPtr_t | getStylesheet () const |
|
IWORKOutputManager & | getOutputManager () |
|
virtual std::shared_ptr< IWORKTable > | createTable (const IWORKTableNameMapPtr_t &tableNameMap, const IWORKLanguageManager &langManager) const |
|
virtual std::shared_ptr< IWORKText > | createText (const IWORKLanguageManager &langManager, bool discardEmptyContent=false, bool allowListInsertion=true) const |
|