CFx SDK Documentation  2023 SP0
Enumerations
OdPdfPublish::Artwork Namespace Reference

Enumerations

enum  AnimationStyle { kNone , kLoop , kBounce }
 
enum  ViewPreference { kNative , kPDF }
 
enum  DisplayPreference { kDefined , kRuntime }
 

Detailed Description

Contains declarations for user's <link OdPdfPublish::OdArtwork, artworks> support in Teigha Publish.

Enumeration Type Documentation

◆ AnimationStyle

An <link OdPdfPublish::OdArtwork, artwork> object animation styles.

Enumerator
kNone 
kLoop 

No animation style. Application allows other ways of animation control, for example through JavaScript scenario.

kBounce 

Animation loop. Application plays the animation in infinite loop.

Animation forward and backward loop. In each loop iteration animation is played firstly forward, then backward.

Definition at line 226 of file PdfPublishCommon.h.

◆ DisplayPreference

Options (such as background color, lighting and rendering modes) used for displaying views.

Enumerator
kDefined 
kRuntime 

Use a view settings.

Use application display runtime settings. In this mode settings are not applied for the default view.

Definition at line 243 of file PdfPublishCommon.h.

◆ ViewPreference

An <link OdPdfPublish::OdArtwork, artwork> object default view option.

Enumerator
kNative 
kPDF 

Use default view from .prc data (if .prc data exists).

Use default view from .pdf data (if .pdf data exists).

Definition at line 235 of file PdfPublishCommon.h.