|
LibreOffice Module sd (master) 1
|
#include <Annotation.hxx>
Public Attributes | |
| Color | maLineColor |
| Color | maFillColor |
| float | mnLineWidth |
| std::vector< basegfx::B2DPolygon > | maPolygons |
Definition at line 68 of file Annotation.hxx.
| Color sd::CustomAnnotationMarker::maFillColor |
Definition at line 71 of file Annotation.hxx.
Referenced by SdPdfFilter::Import().
| Color sd::CustomAnnotationMarker::maLineColor |
Definition at line 70 of file Annotation.hxx.
Referenced by SdPdfFilter::Import().
| std::vector<basegfx::B2DPolygon> sd::CustomAnnotationMarker::maPolygons |
Definition at line 73 of file Annotation.hxx.
Referenced by SdPdfFilter::Import().
| float sd::CustomAnnotationMarker::mnLineWidth |
Definition at line 72 of file Annotation.hxx.
Referenced by SdPdfFilter::Import().