pdfHTML 2.1.6 API
|
Class that bundles all the CSS context properties. More...
Public Member Functions |
|
virtual float | GetRootFontSize () |
Gets the root font size. More... |
|
virtual void | SetRootFontSize (float fontSize) |
Sets the root font size. More... |
|
virtual void | SetRootFontSize (String fontSizeStr) |
Sets the root font size. More... |
|
virtual CssCounterManager | GetCounterManager () |
Gets the counter manager. More... |
|
virtual void | SetPagesCounterPresent (bool pagesCounterPresent) |
Sets the presence of a page counter. More... |
|
virtual bool | IsPagesCounterPresent () |
Checks if a pages counter is present. More... |
|
virtual CssRunningManager | GetRunningManager () |
Class that bundles all the CSS context properties.
|
inlinevirtual |
Gets the counter manager.
|
inlinevirtual |
Gets the root font size.
|
inlinevirtual |
Checks if a pages counter is present.
|
inlinevirtual |
Sets the presence of a page counter.
pagesCounterPresent | the new pages counter present |
|
inlinevirtual |
Sets the root font size.
fontSize | the new root font size |
|
inlinevirtual |
Sets the root font size.
fontSizeStr | the new root font size |