CFx SDK Documentation 2026 SP0
Loading...
Searching...
No Matches
PdfPublishSignatureField.h
Go to the documentation of this file.
1
2// Copyright (C) 2002-2024, 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 Open Design Alliance software pursuant to a license
16// agreement with Open Design Alliance.
17// Open Design Alliance Copyright (C) 2002-2024 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
35
40namespace OdPdfPublish{
41
45class PDFPUBLISH_TOOLKIT OdSignatureField : public OdObject
46{
47 //DOM-IGNORE-BEGIN
48protected:
50 //DOM-IGNORE-END
51public:
52 //DOM-IGNORE-BEGIN
55 //DOM-IGNORE-END
56
61
70 void setName(const OdString& name);
71
81
100 void setFont(const OdString& fontName, Text::FontStyle fontStyle = Text::kRegular, Text::Language language = Text::kDefault, bool embed = false);
101
108
115
122 void setTooltip(const OdString& tooltip);
123
130 void setVisibility(bool state);
131
138 void setPrintability(bool state);
139
149
156 void setLock(bool state);
157
164 void setBorder(bool state);
165
172
182
192
199
206 void getName(OdString& name) const;
207
225 void getFont(Text::StorageType& storageType, Text::StandardFontsType& fontType, OdString& fontName, Text::FontStyle& fontStyle, Text::Language& language, bool& embed) const;
226
234
241 void getTextColor(ODCOLORREF& color) const;
242
251 void getTooltip(OdString& tooltip) const;
252
260 void getVisibility(bool& state) const;
261
269 void getPrintability(bool& state) const;
270
280 void getTextRotation(Text::Rotation& rotation) const;
281
289 void getLock(bool& state) const;
290
298 void getBorder(bool& state) const;
299
306 void getBorderColor(ODCOLORREF& color) const;
307
317 void getBorderThickness(Border::Thickness& thickness) const;
318
328 void getBorderStyle(Border::Style& style) const;
329
336 void getFillColor(ODCOLORREF& color) const;
337
338};
339
344
345}
346#endif // _PDF_PUBLISH_SIGNATUREFIELD_INCLUDED_
347
#define SMARTPTR(classname)
Definition IfcCommon.h:33
#define ODCOLORREF
unsigned short OdUInt16
#define PDFPUBLISH_TOOLKIT
void getFont(Text::StorageType &storageType, Text::StandardFontsType &fontType, OdString &fontName, Text::FontStyle &fontStyle, Text::Language &language, bool &embed) const
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 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 setTextColor(ODCOLORREF color)
void setBorderStyle(Border::Style style)
void getLock(bool &state) const
void getVisibility(bool &state) const
void setFont(const OdString &fontName, Text::FontStyle fontStyle=Text::kRegular, Text::Language language=Text::kDefault, bool embed=false)
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