CFx SDK Documentation  2023 SP0
PdfPublishSignatureField.h
Go to the documentation of this file.
1 // Copyright (C) 2002-2017, Open Design Alliance (the "Alliance").
3 // All rights reserved.
4 //
5 // This software and its documentation and related materials are owned by
6 // the Alliance. The software may only be incorporated into application
7 // programs owned by members of the Alliance, subject to a signed
8 // Membership Agreement and Supplemental Software License Agreement with the
9 // Alliance. The structure and organization of this software are the valuable
10 // trade secrets of the Alliance and its suppliers. The software is also
11 // protected by copyright law and international treaty provisions. Application
12 // programs incorporating this software must include the following statement
13 // with their copyright notices:
14 //
15 // This application incorporates Teigha(R) software pursuant to a license
16 // agreement with Open Design Alliance.
17 // Teigha(R) Copyright (C) 2002-2017 by Open Design Alliance.
18 // All rights reserved.
19 //
20 // By use of this software, its documentation or related materials, you
21 // acknowledge and accept the above terms.
23 
24 
26 //
27 // PdfPublishSignatureField.h
28 //
30 
31 #ifndef _PDF_PUBLISH_SIGNATUREFIELD_INCLUDED_
32 #define _PDF_PUBLISH_SIGNATUREFIELD_INCLUDED_
33 
34 #include "PdfPublishBaseObject.h"
35 
39 namespace OdPdfPublish{
40 
45 {
46 public:
47  //DOM-IGNORE-BEGIN
50  //DOM-IGNORE-END
51 
56 
60  virtual ~OdSignatureField();
61 
69  void setName(const OdString& name);
70 
72 
82  void setFont(const OdString& fontName, Text::FontStyle fontStyle = Text::kRegular);
83 
90 
96  void setTextColor(ODCOLORREF color);
97 
104  void setTooltip(const OdString& tooltip);
105 
112  void setVisibility(bool state);
113 
120  void setPrintability(bool state);
121 
131 
138  void setLock(bool state);
139 
146  void setBorder(bool state);
147 
154 
164 
174 
181 
188  void getName(OdString& name) const;
189 
200  void getFont(Text::StorageType& storageType, Text::StandardFontsType& fontType, OdString& fontName, Text::FontStyle& fontStyle) const;
201 
208  void getFontSize(OdUInt16& size) const;
209 
216  void getTextColor(ODCOLORREF& color) const;
217 
226  void getTooltip(OdString& tooltip) const;
227 
235  void getVisibility(bool& state) const;
236 
244  void getPrintability(bool& state) const;
245 
255  void getTextRotation(Text::Rotation& rotation) const;
256 
264  void getLock(bool& state) const;
265 
273  void getBorder(bool& state) const;
274 
281  void getBorderColor(ODCOLORREF& color) const;
282 
292  void getBorderThickness(Border::Thickness& thickness) const;
293 
303  void getBorderStyle(Border::Style& style) const;
304 
311  void getFillColor(ODCOLORREF& color) const;
312 
313 };
314 
319 
320 }
321 #endif // _PDF_PUBLISH_SIGNATUREFIELD_INCLUDED_
322 
#define ODCOLORREF
Definition: OdPlatform.h:883
unsigned short OdUInt16
#define PDFPUBLISH_TOOLKIT
Definition: PdfPublishDef.h:40
void setVisibility(bool state)
void getBorderThickness(Border::Thickness &thickness) const
void getTextRotation(Text::Rotation &rotation) const
void getName(OdString &name) const
void setFillColor(ODCOLORREF color)
void getBorderStyle(Border::Style &style) const
void setTooltip(const OdString &tooltip)
void getPrintability(bool &state) const
void setFont(const OdString &fontName, Text::FontStyle fontStyle=Text::kRegular)
void setBorderColor(ODCOLORREF color)
void getTextColor(ODCOLORREF &color) const
ODRX_DECLARE_MEMBERS(OdSignatureField)
void getBorder(bool &state) const
void setName(const OdString &name)
void getFontSize(OdUInt16 &size) const
void getFont(Text::StorageType &storageType, Text::StandardFontsType &fontType, OdString &fontName, Text::FontStyle &fontStyle) const
void setTextColor(ODCOLORREF color)
void setBorderStyle(Border::Style style)
void getLock(bool &state) const
void getVisibility(bool &state) const
void setFont(Text::StandardFontsType fontType)
void setBorderThickness(Border::Thickness thickness)
void getTooltip(OdString &tooltip) const
void getBorderColor(ODCOLORREF &color) const
void getFillColor(ODCOLORREF &color) const
void setPrintability(bool state)
void setFontSize(OdUInt16 size)
void setTextRotation(Text::Rotation rotation)
GLsizeiptr size
Definition: gles2_ext.h:182
GLuint const GLchar * name
Definition: gles2_ext.h:265
SMARTPTR(OdFile)