LibreOffice Module vcl (master) 1
|
#include <pdfwriter.hxx>
Public Attributes | |
OUString | Title |
OUString | Contents |
css::util::DateTime | maModificationDate |
bool | isFreeText = false |
std::vector< basegfx::B2DPolygon > | maPolygons |
Color | annotColor |
Color | interiorColor |
Definition at line 64 of file pdfwriter.hxx.
Color vcl::PDFNote::annotColor |
Definition at line 71 of file pdfwriter.hxx.
Referenced by vcl::PDFWriterImpl::emitTextAnnotationLine().
OUString vcl::PDFNote::Contents |
Definition at line 67 of file pdfwriter.hxx.
Referenced by vcl::PDFWriterImpl::emitTextAnnotationLine().
Color vcl::PDFNote::interiorColor |
Definition at line 72 of file pdfwriter.hxx.
Referenced by vcl::PDFWriterImpl::emitTextAnnotationLine().
bool vcl::PDFNote::isFreeText = false |
Definition at line 69 of file pdfwriter.hxx.
Referenced by vcl::PDFWriterImpl::emitTextAnnotationLine().
css::util::DateTime vcl::PDFNote::maModificationDate |
Definition at line 68 of file pdfwriter.hxx.
Referenced by vcl::PDFWriterImpl::emitTextAnnotationLine().
std::vector<basegfx::B2DPolygon> vcl::PDFNote::maPolygons |
Definition at line 70 of file pdfwriter.hxx.
Referenced by vcl::PDFWriterImpl::emitTextAnnotationLine().
OUString vcl::PDFNote::Title |
Definition at line 66 of file pdfwriter.hxx.
Referenced by vcl::PDFWriterImpl::emitTextAnnotationLine().