CFx SDK Documentation  2020SP3
PdfPublishCommon.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 
25 #ifndef _PDFPUBLISH_COMMON_INCLUDED_
26 #define _PDFPUBLISH_COMMON_INCLUDED_
27 
28 #include "OdaCommon.h"
29 
33 namespace OdPdfPublish {
34 
41  {
42  eOk = 0,
51  exOdError = 0x00020000,
52  //DOM-IGNORE-BEGIN
53  eLastErrorNum = 0xFFFF
54  //DOM-IGNORE-END
55  };
56 
60  namespace Activation {
61 
65  enum When {
68  kVisible
69  };
70  }
71 
75  namespace Deactivation {
76 
80  enum When {
84  };
85  }
86 
90  namespace Page {
91 
95  enum Format {
96  kA4 = 0,
97  kA3,
99  kA5,
109  //DOM-IGNORE-BEGIN
110  kLastFormat
111  //DOM-IGNORE-END
112  };
113 
117  enum Orientation {
118  kPortrait = 0,
120 
121  //DOM-IGNORE-BEGIN
123  //DOM-IGNORE-END
124  };
125 
127  {
128  kInches = 0,
130  kPixels = 2
131  };
132  }
133 
137  namespace Camera {
138 
142  enum Projection {
144  kPerspective
145  };
146  }
147 
151  namespace Lighting
152  {
153 
157  enum Mode {
158  kDefault = 0,
170  kHeadlamp
171  };
172  }
173 
177  namespace Rendering
178  {
182  enum Mode {
183  kDefault = 0,
199  };
200  }
201 
205  namespace PRC {
206 
211  kNone = 0,
214  kHigh
215  };
216  }
217 
221  namespace Artwork {
222 
229  kBounce
230  };
231 
237  kPDF
238  };
239 
245  kRuntime
246  };
247  }
248 
252  namespace Border {
253 
257  enum Thickness {
260  kWide
261  };
262 
266  enum Style {
272  };
273  }
274 
278  namespace Text {
279 
283  enum FontStyle {
287  kBoldItalic
288  };
289 
296  kCenter
297  };
298 
302  enum Rotation {
307  };
308 
313  {
328  };
330  {
332  kExplicit
333  };
334  enum Language
335  {
348  kDefault
349  };
350  }
351 
355  namespace Label {
356 
360  enum Position
361  {
368  kOnTop
369  };
370  }
371 
375  namespace Highlighting {
376 
381  enum Mode
382  {
386  kPush
387  };
388  }
389 
393  namespace Image {
394 
398  enum Format
399  {
400 
401  kUnknown = -1,
437  kRAW
438  };
439  }
440 
441  namespace Action {
442 
443  enum Type
444  {
455  };
456  }
457 
458  namespace Geometry {
460  {
462  kButtCap = 0,
465  };
466 
468  {
472  kBevelJoin = 2
473  };
474 
476  {
478  kEnd = 1, // End the path
479  kStroke = 2, // Stroke the path
480  kClose = 4, // Close the path
481  kFillEvenOdd = 8, // Fill the path, using the even-odd rule to determine the region to fill
482  kFillNonZero = 16 // Fill the path, using the nonzero winding number rule to determine the region to fill. Any subpaths that are open are implicitly closed before being filled.
483  };
484  }
485 }
486 
487 #endif // _PDFPUBLISH_COMMON_INCLUDED_
488 
489 
OdPdfPublish::Action::kCursorEnter
@ kCursorEnter
Definition: PdfPublishCommon.h:445
OdPdfPublish::Rendering::kDefault
@ kDefault
Definition: PdfPublishCommon.h:183
OdPdfPublish::Highlighting::Mode
Mode
Definition: PdfPublishCommon.h:382
OdPdfPublish::Image::kPCD
@ kPCD
A raw .pbm image.
Definition: PdfPublishCommon.h:412
OdPdfPublish::Border::kDashed
@ kDashed
The border is solid.
Definition: PdfPublishCommon.h:268
OdPdfPublish::Action::Type
Type
Definition: PdfPublishCommon.h:444
OdPdfPublish::Image::kRAW
@ kRAW
A .pict image.
Definition: PdfPublishCommon.h:437
OdPdfPublish::Image::kPFM
@ kPFM
A .jp2 image.
Definition: PdfPublishCommon.h:435
OdPdfPublish::Text::kASCII
@ kASCII
Definition: PdfPublishCommon.h:336
OdPdfPublish::Text::kDefault
@ kDefault
Definition: PdfPublishCommon.h:348
OdPdfPublish::Deactivation::kExplicit
@ kExplicit
Definition: PdfPublishCommon.h:81
OdPdfPublish::Geometry::kFillNonZero
@ kFillNonZero
Definition: PdfPublishCommon.h:482
OdPdfPublish::Image::kHDR
@ kHDR
A .gif image.
Definition: PdfPublishCommon.h:429
OdPdfPublish::Action::kLoseFocus
@ kLoseFocus
Definition: PdfPublishCommon.h:450
OdPdfPublish::Lighting::Mode
Mode
Definition: PdfPublishCommon.h:157
OdPdfPublish::Text::kTimesRoman
@ kTimesRoman
Definition: PdfPublishCommon.h:314
OdPdfPublish::Lighting::kBlue
@ kBlue
Night light mode is used.
Definition: PdfPublishCommon.h:166
OdPdfPublish::Rendering::kSolidWireframe
@ kSolidWireframe
Textured and lighted faces are rendered.
Definition: PdfPublishCommon.h:185
OdPdfPublish::Image::kFAXG3
@ kFAXG3
A .hdr image.
Definition: PdfPublishCommon.h:430
OdPdfPublish::Page::kA4
@ kA4
Definition: PdfPublishCommon.h:96
OdPdfPublish::Lighting::kHeadlamp
@ kHeadlamp
Optimized light from CAD is used.
Definition: PdfPublishCommon.h:170
OdPdfPublish::Page::kLandscape
@ kLandscape
Portrait orientation.
Definition: PdfPublishCommon.h:119
OdPdfPublish::Page::kB4JIS
@ kB4JIS
Definition: PdfPublishCommon.h:100
OdPdfPublish::Rendering::kWireframe
@ kWireframe
Textured, lighted highly emissive faces and monochrome silhouette edges are rendered.
Definition: PdfPublishCommon.h:194
OdPdfPublish::Highlighting::kNone
@ kNone
Definition: PdfPublishCommon.h:383
OdPdfPublish::Rendering::kShadedVertices
@ kShadedVertices
Monochrome vertices are rendered.
Definition: PdfPublishCommon.h:198
OdPdfPublish::Text::kCounterClockwise270Degrees
@ kCounterClockwise270Degrees
Counter-clockwise rotation for 180 degrees relative from horizontal position.
Definition: PdfPublishCommon.h:306
OdPdfPublish::Artwork::kDefined
@ kDefined
Definition: PdfPublishCommon.h:244
OdPdfPublish::Image::kTARGA
@ kTARGA
A .ras image.
Definition: PdfPublishCommon.h:420
OdPdfPublish::Image::kXPM
@ kXPM
A .xbm image.
Definition: PdfPublishCommon.h:426
OdPdfPublish::Border::kSolid
@ kSolid
Definition: PdfPublishCommon.h:267
OdPdfPublish::Label::Position
Position
Definition: PdfPublishCommon.h:361
OdPdfPublish::eInternalError
@ eInternalError
Operation has been successfully finished.
Definition: PdfPublishCommon.h:43
OdPdfPublish::Geometry::kButtCap
@ kButtCap
Definition: PdfPublishCommon.h:462
OdPdfPublish::Page::kB5JIS
@ kB5JIS
Definition: PdfPublishCommon.h:101
OdPdfPublish::Text::kRight
@ kRight
Left text justification.
Definition: PdfPublishCommon.h:295
OdPdfPublish::Lighting::kWhite
@ kWhite
No light mode is used.
Definition: PdfPublishCommon.h:161
OdPdfPublish::Label::kIconOnly
@ kIconOnly
Only label is displayed.
Definition: PdfPublishCommon.h:363
OdPdfPublish::Image::kPPM
@ kPPM
A .png image.
Definition: PdfPublishCommon.h:417
OdPdfPublish::Text::StorageType
StorageType
Definition: PdfPublishCommon.h:330
OdPdfPublish::Text::kLeft
@ kLeft
Definition: PdfPublishCommon.h:294
OdPdfPublish::Label::kLabelOnly
@ kLabelOnly
Definition: PdfPublishCommon.h:362
OdPdfPublish::Lighting::kCADOptimized
@ kCADOptimized
Cube light mode is used.
Definition: PdfPublishCommon.h:169
OdPdfPublish::Image::kBMP
@ kBMP
The format is unknown.
Definition: PdfPublishCommon.h:402
OdPdfPublish::Camera::kOrthographic
@ kOrthographic
Definition: PdfPublishCommon.h:143
OdPdfPublish::Page::kPortrait
@ kPortrait
Definition: PdfPublishCommon.h:118
OdPdfPublish::Text::kBold
@ kBold
Normal font style.
Definition: PdfPublishCommon.h:285
OdPdfPublish::Label::kOnTop
@ kOnTop
The label is positioned at the right edge of the icon associated with it.
Definition: PdfPublishCommon.h:368
OdPdfPublish::Camera::kPerspective
@ kPerspective
Orthographic camera projection.
Definition: PdfPublishCommon.h:144
OdPdfPublish::Image::kPBMRAW
@ kPBMRAW
A .pbm image.
Definition: PdfPublishCommon.h:411
OdPdfPublish::Text::kRegular
@ kRegular
Definition: PdfPublishCommon.h:284
OdPdfPublish::Text::kCourierBoldOblique
@ kCourierBoldOblique
Bold and oblique of the Helvetica font.
Definition: PdfPublishCommon.h:327
OdPdfPublish::PRC::kMedium
@ kMedium
Use BRep data with low compression level.
Definition: PdfPublishCommon.h:213
OdPdfPublish::Image::kWBMP
@ kWBMP
A .tiff image.
Definition: PdfPublishCommon.h:422
OdPdfPublish::Camera::Projection
Projection
Definition: PdfPublishCommon.h:142
OdPdfPublish::Page::kLetter
@ kLetter
Definition: PdfPublishCommon.h:104
OdPdfPublish::Text::kCounterClockwise90Degrees
@ kCounterClockwise90Degrees
Horizontally allocated text, no rotation.
Definition: PdfPublishCommon.h:304
OdPdfPublish::Image::kCUT
@ kCUT
A .psd (Adobe Photoshop) image.
Definition: PdfPublishCommon.h:424
OdPdfPublish::Border::kBeveled
@ kBeveled
The border is dashed.
Definition: PdfPublishCommon.h:269
OdPdfPublish::Action::kButtonReleased
@ kButtonReleased
Definition: PdfPublishCommon.h:448
OdPdfPublish::Lighting::kNight
@ kNight
Primary color light mode is used.
Definition: PdfPublishCommon.h:165
OdPdfPublish::Action::kPageInvisible
@ kPageInvisible
Definition: PdfPublishCommon.h:454
OdPdfPublish::Text::kCyrillic
@ kCyrillic
Definition: PdfPublishCommon.h:338
OdPdfPublish::Text::kBoldItalic
@ kBoldItalic
Text appears as italic.
Definition: PdfPublishCommon.h:287
OdPdfPublish::Rendering::kSolid
@ kSolid
Default rendering mode. Currently is not applied.
Definition: PdfPublishCommon.h:184
OdPdfPublish::PRC::BRepCompression
BRepCompression
Definition: PdfPublishCommon.h:210
OdPdfPublish::Text::Justification
Justification
Definition: PdfPublishCommon.h:293
OdPdfPublish::Geometry::kFillEvenOdd
@ kFillEvenOdd
Definition: PdfPublishCommon.h:481
OdPdfPublish::PdfPublishResult
PdfPublishResult
Definition: PdfPublishCommon.h:41
OdPdfPublish::Label::kLeft
@ kLeft
The label is positioned at the bottom of icon associated with it (i.e under the icon).
Definition: PdfPublishCommon.h:366
OdPdfPublish::Text::kExplicit
@ kExplicit
Definition: PdfPublishCommon.h:332
OdPdfPublish::Text::kItalic
@ kItalic
Text appears as bold.
Definition: PdfPublishCommon.h:286
OdPdfPublish::Page::kTabloid
@ kTabloid
Definition: PdfPublishCommon.h:105
OdPdfPublish::eNullBaseName
@ eNullBaseName
The specified key value is not found.
Definition: PdfPublishCommon.h:49
OdPdfPublish::Text::kTurkish
@ kTurkish
Definition: PdfPublishCommon.h:340
OdPdfPublish::Border::Thickness
Thickness
Definition: PdfPublishCommon.h:257
OdPdfPublish::Geometry::kClose
@ kClose
Definition: PdfPublishCommon.h:480
OdPdfPublish::Image::kJP2
@ kJP2
A .j2k image.
Definition: PdfPublishCommon.h:434
OdPdfPublish::Image::kJNG
@ kJNG
A .jpeg image.
Definition: PdfPublishCommon.h:405
OdPdfPublish::Page::kLastOrientation
@ kLastOrientation
Landscape orientation.
Definition: PdfPublishCommon.h:122
OdPdfPublish::Artwork::AnimationStyle
AnimationStyle
Definition: PdfPublishCommon.h:226
OdPdfPublish::Image::kJPEG
@ kJPEG
An icon image.
Definition: PdfPublishCommon.h:404
OdPdfPublish::Text::kCourier
@ kCourier
Normal Helvetica font.
Definition: PdfPublishCommon.h:316
OdPdfPublish::Page::kA3
@ kA3
Format A4 (842 points width, 1190 points height).
Definition: PdfPublishCommon.h:97
OdPdfPublish::Page::kLastFormat
@ kLastFormat
For internal use only.
Definition: PdfPublishCommon.h:110
OdPdfPublish::Image::kPCX
@ kPCX
A .pcd image.
Definition: PdfPublishCommon.h:413
OdPdfPublish::Highlighting::kPush
@ kPush
Creates an outline border around the control.
Definition: PdfPublishCommon.h:386
OdPdfPublish::Rendering::kShadedIllustration
@ kShadedIllustration
Monochrome unlighted faces and silhouette edges are rendered.
Definition: PdfPublishCommon.h:193
OdPdfPublish::Page::kP11x17
@ kP11x17
Format A3 (595 points width, 842 points height).
Definition: PdfPublishCommon.h:98
OdPdfPublish::eLastErrorNum
@ eLastErrorNum
ODA base class error occured during the operation.
Definition: PdfPublishCommon.h:53
OdPdfPublish::Activation::When
When
Definition: PdfPublishCommon.h:65
OdPdfPublish::Text::kZapfDingbats
@ kZapfDingbats
Bold Courier font.
Definition: PdfPublishCommon.h:321
OdPdfPublish::Image::kGIF
@ kGIF
A .dds image.
Definition: PdfPublishCommon.h:428
OdPdfPublish::Rendering::kSolidOutline
@ kSolidOutline
Textured, lighted faces and monochrome tessellation edges are rendered.
Definition: PdfPublishCommon.h:186
OdPdfPublish::Geometry::kProjectingSquareCap
@ kProjectingSquareCap
Definition: PdfPublishCommon.h:464
OdPdfPublish::Artwork::kRuntime
@ kRuntime
Use a view settings.
Definition: PdfPublishCommon.h:245
OdPdfPublish::Page::Orientation
Orientation
Definition: PdfPublishCommon.h:117
OdPdfPublish::Lighting::kNone
@ kNone
Light mode is inherited from the annotation.
Definition: PdfPublishCommon.h:160
OdPdfPublish::Lighting::kBright
@ kBright
Day light mode is used.
Definition: PdfPublishCommon.h:163
OdPdfPublish::Border::kUnderlined
@ kUnderlined
The border is inset.
Definition: PdfPublishCommon.h:271
OdPdfPublish::Text::kSymbol
@ kSymbol
Normal Courier font.
Definition: PdfPublishCommon.h:317
OdPdfPublish::eNotImplementedYet
@ eNotImplementedYet
The name of the base object is null.
Definition: PdfPublishCommon.h:50
OdPdfPublish::Text::kHelveticaOblique
@ kHelveticaOblique
Italic Times Roman font.
Definition: PdfPublishCommon.h:323
OdPdfPublish::Image::kLBM
@ kLBM
A .koala image.
Definition: PdfPublishCommon.h:407
OdPdfPublish::Text::kNone
@ kNone
Definition: PdfPublishCommon.h:303
OdPdfPublish::Rendering::Mode
Mode
Definition: PdfPublishCommon.h:182
OdPdfPublish::Artwork::ViewPreference
ViewPreference
Definition: PdfPublishCommon.h:235
OdPdfPublish::Geometry::PDFFinishRule
PDFFinishRule
Definition: PdfPublishCommon.h:476
OdPdfPublish::Geometry::PDFLineCap
PDFLineCap
Definition: PdfPublishCommon.h:460
OdPdfPublish::Geometry::kLineCapNotSet
@ kLineCapNotSet
Definition: PdfPublishCommon.h:461
OdPdfPublish::Page::kA5
@ kA5
Definition: PdfPublishCommon.h:99
OdPdfPublish::exOdError
@ exOdError
The feature currently is not implemented.
Definition: PdfPublishCommon.h:51
OdPdfPublish::Geometry::kBevelJoin
@ kBevelJoin
Definition: PdfPublishCommon.h:472
OdPdfPublish::Image::kKOALA
@ kKOALA
A .jng image.
Definition: PdfPublishCommon.h:406
OdPdfPublish::Border::Style
Style
Definition: PdfPublishCommon.h:266
OdPdfPublish::Deactivation::kClosed
@ kClosed
Annotation stays active until it is directly deactivated by a user or a script.
Definition: PdfPublishCommon.h:82
OdPdfPublish::Artwork::DisplayPreference
DisplayPreference
Definition: PdfPublishCommon.h:243
OdPdfPublish::Text::kHelvetica
@ kHelvetica
Normal Times Roman font.
Definition: PdfPublishCommon.h:315
OdPdfPublish::Text::kHebrew
@ kHebrew
Definition: PdfPublishCommon.h:341
OdPdfPublish::Image::Format
Format
Definition: PdfPublishCommon.h:399
OdPdfPublish::Image::kDDS
@ kDDS
A .xpm image.
Definition: PdfPublishCommon.h:427
OdPdfPublish::Image::kPSD
@ kPSD
A .wbmp image.
Definition: PdfPublishCommon.h:423
OdPdfPublish::Geometry::PDFLineJoin
PDFLineJoin
Definition: PdfPublishCommon.h:468
OdPdfPublish::Text::kBuiltIn
@ kBuiltIn
Definition: PdfPublishCommon.h:331
OdPdfPublish::Text::kHelveticaBold
@ kHelveticaBold
Bold Times Roman font.
Definition: PdfPublishCommon.h:319
OdPdfPublish::Text::kCounterClockwise180Degrees
@ kCounterClockwise180Degrees
Counter-clockwise rotation for 90 degrees relative from horizontal position.
Definition: PdfPublishCommon.h:305
OdPdfPublish::Image::kMNG
@ kMNG
An .iff image.
Definition: PdfPublishCommon.h:409
OdPdfPublish::Page::kB4ISO
@ kB4ISO
Definition: PdfPublishCommon.h:106
OdPdfPublish::eNotSortedArray
@ eNotSortedArray
The input array is empty.
Definition: PdfPublishCommon.h:45
OdPdfPublish::Geometry::kRoundCap
@ kRoundCap
Definition: PdfPublishCommon.h:463
OdPdfPublish::Deactivation::kNotVisible
@ kNotVisible
Annotation is deactivated when its page is closed.
Definition: PdfPublishCommon.h:83
OdPdfPublish::Text::kGreek
@ kGreek
Definition: PdfPublishCommon.h:339
OdPdfPublish::Geometry::kMiterJoin
@ kMiterJoin
Definition: PdfPublishCommon.h:470
OdPdfPublish::Image::kEXR
@ kEXR
A .sgi image.
Definition: PdfPublishCommon.h:432
OdPdfPublish
Definition: PdfPublish.h:42
OdPdfPublish::Image::kUnknown
@ kUnknown
Definition: PdfPublishCommon.h:401
OdPdfPublish::Text::StandardFontsType
StandardFontsType
Definition: PdfPublishCommon.h:313
OdPdfPublish::Image::kPNG
@ kPNG
A raw .pgm image.
Definition: PdfPublishCommon.h:416
OdPdfPublish::PRC::kHigh
@ kHigh
Use BRep data with medium compression level.
Definition: PdfPublishCommon.h:214
OdPdfPublish::Action::kButtonPressed
@ kButtonPressed
Definition: PdfPublishCommon.h:447
OdPdfPublish::eNullDocument
@ eNullDocument
A duplication of elements found.
Definition: PdfPublishCommon.h:47
OdPdfPublish::Artwork::kBounce
@ kBounce
Animation loop. Application plays the animation in infinite loop.
Definition: PdfPublishCommon.h:229
OdPdfPublish::Lighting::kPrimaryColor
@ kPrimaryColor
Bright light mode is used.
Definition: PdfPublishCommon.h:164
OdPdfPublish::Lighting::kRed
@ kRed
Blue light mode is used.
Definition: PdfPublishCommon.h:167
OdPdfPublish::Page::kInches
@ kInches
Definition: PdfPublishCommon.h:128
OdaCommon.h
OdPdfPublish::Rendering::kShadedWireframe
@ kShadedWireframe
Monochrome tessellation edges are rendered.
Definition: PdfPublishCommon.h:195
OdPdfPublish::Rendering::kBoundingBox
@ kBoundingBox
Textured, lighted faces and monochrome silhouette edges are rendered.
Definition: PdfPublishCommon.h:187
OdPdfPublish::Geometry::kStroke
@ kStroke
Definition: PdfPublishCommon.h:479
OdPdfPublish::eOk
@ eOk
Definition: PdfPublishCommon.h:42
OdPdfPublish::Geometry::kRoundJoin
@ kRoundJoin
Definition: PdfPublishCommon.h:471
OdPdfPublish::Text::kJapanese
@ kJapanese
Definition: PdfPublishCommon.h:346
OdPdfPublish::PRC::kNone
@ kNone
Definition: PdfPublishCommon.h:211
OdPdfPublish::Label::kRight
@ kRight
The label is positioned at the left edge of the icon associated with it.
Definition: PdfPublishCommon.h:367
OdPdfPublish::Page::Format
Format
Definition: PdfPublishCommon.h:95
OdPdfPublish::Image::kSGI
@ kSGI
A .faxg3 image.
Definition: PdfPublishCommon.h:431
OdPdfPublish::Action::kPageClosed
@ kPageClosed
Definition: PdfPublishCommon.h:452
OdPdfPublish::Page::PaperUnits
PaperUnits
Definition: PdfPublishCommon.h:127
OdPdfPublish::Border::kThin
@ kThin
Definition: PdfPublishCommon.h:258
OdPdfPublish::Artwork::kLoop
@ kLoop
No animation style. Application allows other ways of animation control, for example through JavaScrip...
Definition: PdfPublishCommon.h:228
OdPdfPublish::Activation::kVisible
@ kVisible
Annotation is activated when its page is opened.
Definition: PdfPublishCommon.h:68
OdPdfPublish::eEmptyInputArray
@ eEmptyInputArray
An internal error occurred during the operation.
Definition: PdfPublishCommon.h:44
OdPdfPublish::Border::kWide
@ kWide
Border line has medium thickness.
Definition: PdfPublishCommon.h:260
OdPdfPublish::Image::kPPMRAW
@ kPPMRAW
A .ppm image.
Definition: PdfPublishCommon.h:418
OdPdfPublish::Image::kPICT
@ kPICT
A .pfm image.
Definition: PdfPublishCommon.h:436
OdPdfPublish::Image::kPBM
@ kPBM
A .mgn image.
Definition: PdfPublishCommon.h:410
OdPdfPublish::Text::kTimesBoldItalic
@ kTimesBoldItalic
Oblique Courier font.
Definition: PdfPublishCommon.h:325
OdPdfPublish::Lighting::kDefault
@ kDefault
Definition: PdfPublishCommon.h:158
OdPdfPublish::Action::kPageOpened
@ kPageOpened
Definition: PdfPublishCommon.h:451
OdPdfPublish::Artwork::kNative
@ kNative
Definition: PdfPublishCommon.h:236
OdPdfPublish::Image::kJ2K
@ kJ2K
A .exr image.
Definition: PdfPublishCommon.h:433
OdPdfPublish::Image::kPGM
@ kPGM
A .pcx image.
Definition: PdfPublishCommon.h:414
OdPdfPublish::Image::kPGMRAW
@ kPGMRAW
A .pgm image.
Definition: PdfPublishCommon.h:415
OdPdfPublish::Image::kIFF
@ kIFF
A .lbm image.
Definition: PdfPublishCommon.h:408
OdPdfPublish::Text::Language
Language
Definition: PdfPublishCommon.h:335
OdPdfPublish::Border::kInset
@ kInset
The border is bevelled.
Definition: PdfPublishCommon.h:270
OdPdfPublish::Artwork::kNone
@ kNone
Definition: PdfPublishCommon.h:227
OdPdfPublish::Text::kTimesItalic
@ kTimesItalic
Normal ZapfDingbats font.
Definition: PdfPublishCommon.h:322
OdPdfPublish::Rendering::kIllustration
@ kIllustration
Monochrome edges and bounding box transparent faces are rendered.
Definition: PdfPublishCommon.h:192
OdPdfPublish::Text::kBaltic
@ kBaltic
Definition: PdfPublishCommon.h:343
OdPdfPublish::Rendering::kVertices
@ kVertices
Monochrome faces and tessellation edges are rendered.
Definition: PdfPublishCommon.h:197
OdPdfPublish::Image::kTIFF
@ kTIFF
A .targa image.
Definition: PdfPublishCommon.h:421
OdPdfPublish::Text::kCourierOblique
@ kCourierOblique
Oblique Helvetica font.
Definition: PdfPublishCommon.h:324
OdPdfPublish::Rendering::kTransparentBoundingBoxOutline
@ kTransparentBoundingBoxOutline
Monochrome bounding box transparent faces are rendered.
Definition: PdfPublishCommon.h:191
OdPdfPublish::Label::kTop
@ kTop
Only label icon is displayed.
Definition: PdfPublishCommon.h:364
OdPdfPublish::Lighting::kArtwork
@ kArtwork
Default light mode. Currently is not applied.
Definition: PdfPublishCommon.h:159
OdPdfPublish::Text::kCourierBold
@ kCourierBold
Bold Helvetica font.
Definition: PdfPublishCommon.h:320
OdPdfPublish::Rendering::kTransparentWireframe
@ kTransparentWireframe
Textured and lighted transparent faces are rendered.
Definition: PdfPublishCommon.h:189
OdPdfPublish::Rendering::kTransparent
@ kTransparent
Monochrome bounding box edges are rendered.
Definition: PdfPublishCommon.h:188
OdPdfPublish::Border::kMedium
@ kMedium
Border line is thin.
Definition: PdfPublishCommon.h:259
OdPdfPublish::Geometry::kFillNotSet
@ kFillNotSet
Definition: PdfPublishCommon.h:477
OdPdfPublish::Page::kCustom
@ kCustom
Definition: PdfPublishCommon.h:108
OdPdfPublish::Artwork::kPDF
@ kPDF
Use default view from .prc data (if .prc data exists).
Definition: PdfPublishCommon.h:237
OdPdfPublish::Text::FontStyle
FontStyle
Definition: PdfPublishCommon.h:283
OdPdfPublish::Geometry::kLineJoinNotSet
@ kLineJoinNotSet
Definition: PdfPublishCommon.h:469
OdPdfPublish::Activation::kOpened
@ kOpened
Annotation stays inactive until it is directly activated by a user or a script.
Definition: PdfPublishCommon.h:67
OdPdfPublish::Page::kPixels
@ kPixels
Definition: PdfPublishCommon.h:130
OdPdfPublish::Action::kPageVisible
@ kPageVisible
Definition: PdfPublishCommon.h:453
OdPdfPublish::Lighting::kDay
@ kDay
White light mode is used.
Definition: PdfPublishCommon.h:162
OdPdfPublish::Text::kHelveticaBoldOblique
@ kHelveticaBoldOblique
Bold and italic combination of the Times Roman font.
Definition: PdfPublishCommon.h:326
OdPdfPublish::Rendering::kHiddenWireframe
@ kHiddenWireframe
Interpolated and lighted tessellation edges are rendered.
Definition: PdfPublishCommon.h:196
OdPdfPublish::eKeyNotFound
@ eKeyNotFound
A try to proceed an operation with a null smart pointer to the Teigha Publish document.
Definition: PdfPublishCommon.h:48
OdPdfPublish::Text::kArabic
@ kArabic
Definition: PdfPublishCommon.h:342
OdPdfPublish::Image::kXBM
@ kXBM
A .cut image.
Definition: PdfPublishCommon.h:425
OdPdfPublish::Image::kRAS
@ kRAS
A raw .ppm image.
Definition: PdfPublishCommon.h:419
OdPdfPublish::Text::kChineseSimplified
@ kChineseSimplified
Definition: PdfPublishCommon.h:345
OdPdfPublish::Action::kCursorExit
@ kCursorExit
Definition: PdfPublishCommon.h:446
OdPdfPublish::Page::kMillimeters
@ kMillimeters
Definition: PdfPublishCommon.h:129
OdPdfPublish::Text::kChineseTraditional
@ kChineseTraditional
Definition: PdfPublishCommon.h:344
OdPdfPublish::PRC::kLow
@ kLow
Use uncompressed BRep data.
Definition: PdfPublishCommon.h:212
OdPdfPublish::Action::kInputFocus
@ kInputFocus
Definition: PdfPublishCommon.h:449
OdPdfPublish::Label::kBottom
@ kBottom
The label is positioned at the top of the icon associated with it (i.e above the icon).
Definition: PdfPublishCommon.h:365
OdPdfPublish::Image::kICO
@ kICO
A bitmap image.
Definition: PdfPublishCommon.h:403
OdPdfPublish::Highlighting::kInvert
@ kInvert
No highlighting.
Definition: PdfPublishCommon.h:384
OdPdfPublish::Activation::kExplicit
@ kExplicit
Definition: PdfPublishCommon.h:66
OdPdfPublish::Page::kExecutive
@ kExecutive
Definition: PdfPublishCommon.h:102
OdPdfPublish::Deactivation::When
When
Definition: PdfPublishCommon.h:80
OdPdfPublish::Text::kCenter
@ kCenter
Right text justification.
Definition: PdfPublishCommon.h:296
OdPdfPublish::Lighting::kCube
@ kCube
Red light mode is used.
Definition: PdfPublishCommon.h:168
OdPdfPublish::Page::kB5ISO
@ kB5ISO
Definition: PdfPublishCommon.h:107
OdPdfPublish::Highlighting::kOutline
@ kOutline
Inverts highlighting colors within the control.
Definition: PdfPublishCommon.h:385
OdPdfPublish::Text::kTimesBold
@ kTimesBold
Normal Symbol font.
Definition: PdfPublishCommon.h:318
OdPdfPublish::Rendering::kTransparentBoundingBox
@ kTransparentBoundingBox
Textured, lighted transparent faces and monochrome tessellation edges are rendered.
Definition: PdfPublishCommon.h:190
OdPdfPublish::Text::kEastEuropeanRoman
@ kEastEuropeanRoman
Definition: PdfPublishCommon.h:337
OdPdfPublish::eDuplicatedElement
@ eDuplicatedElement
The input arrya is not sorted.
Definition: PdfPublishCommon.h:46
OdPdfPublish::Text::kKorean
@ kKorean
Definition: PdfPublishCommon.h:347
OdPdfPublish::Page::kLegal
@ kLegal
Definition: PdfPublishCommon.h:103
OdPdfPublish::Text::Rotation
Rotation
Definition: PdfPublishCommon.h:302
OdPdfPublish::Geometry::kEnd
@ kEnd
Definition: PdfPublishCommon.h:478