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

Enumerations

enum  Thickness { kThin , kMedium , kWide }
 
enum  Style {
  kSolid , kDashed , kBeveled , kInset ,
  kUnderlined
}
 

Detailed Description

Contains declarations for border options in Teigha Publish.

Enumeration Type Documentation

◆ Style

Border line styles.

Enumerator
kSolid 
kDashed 

The border is solid.

kBeveled 

The border is dashed.

kInset 

The border is bevelled.

kUnderlined 

The border is inset.

Definition at line 266 of file PdfPublishCommon.h.

◆ Thickness

Border line thickness types.

Enumerator
kThin 
kMedium 

Border line is thin.

kWide 

Border line has medium thickness.

Border line is wide.

Definition at line 257 of file PdfPublishCommon.h.