All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
pdftron::PDF::BorderStyle Class Reference

#include <Annot.h>

Public Types

enum  Style {
  e_solid, e_dashed, e_beveled, e_inset,
  e_underline
}
 

Public Member Functions

 BorderStyle (Style s, double b_width, double b_hr=0, double b_vr=0)
 
 BorderStyle (Style s, double b_width, double b_hr, double b_vr, const std::vector< double > &b_dash)
 
 BorderStyle (const BorderStyle &)
 
 ~BorderStyle ()
 
void Destroy ()
 
BorderStyleoperator= (const BorderStyle &)
 
Style GetStyle () const
 
void SetStyle (Style style)
 
double GetHR () const
 
void SetHR (double horizontal_radius)
 
double GetVR () const
 
void SetVR (double vertical_radius)
 
double GetWidth () const
 
void SetWidth (double width)
 
std::vector< double > GetDash () const
 
void SetDash (const std::vector< double > &dash)
 
 BorderStyle (TRN_AnnotBorderStyle impl)
 
 BorderStyle ()
 

Friends

class PDF::Annot
 
bool operator== (const BorderStyle &a, const BorderStyle &b)
 
bool operator!= (const BorderStyle &a, const BorderStyle &b)
 

Detailed Description

BorderStyle structure specifies the characteristics of the annotation's border. The border is specified as a rounded rectangle.

Definition at line 687 of file Annot.h.

Member Enumeration Documentation

The border style

Enumerator
e_solid 

A solid rectangle surrounding the annotation.

e_dashed 

A dashed rectangle surrounding the annotation.

e_beveled 

A simulated embossed rectangle that appears to be raised above the surface of the page.

e_inset 

A simulated engraved rectangle that appears to be recessed below the surface of the page.

e_underline 

A single line along the bottom of the annotation rectangle.

Definition at line 693 of file Annot.h.

Constructor & Destructor Documentation

pdftron::PDF::BorderStyle::BorderStyle ( Style  s,
double  b_width,
double  b_hr = 0,
double  b_vr = 0 
)

Creates a new border style with given parameters.

Parameters
sThe border style.
b_widthThe border width expressed in the default user space.
b_hrThe horizontal corner radius expressed in the default user space.
b_vrThe vertical corner radius expressed in the default user space.
Note
If the corner radii are 0, the border has square (not rounded) corners; if the border width is 0, no border is drawn.
pdftron::PDF::BorderStyle::BorderStyle ( Style  s,
double  b_width,
double  b_hr,
double  b_vr,
const std::vector< double > &  b_dash 
)

Creates a new border style with given parameters.

Parameters
sThe border style.
b_widthThe border width expressed in the default user space.
b_hrThe horizontal corner radius expressed in the default user space.
b_vrThe vertical corner radius expressed in the default user space.
b_dashAn array of numbers defining a pattern of dashes and gaps to be used in drawing the border. The dash array is specified in the same format as in the line dash pattern parameter of the graphics state except that the phase is assumed to be 0.
Note
If the corner radii are 0, the border has square (not rounded) corners; if the border width is 0, no border is drawn.
pdftron::PDF::BorderStyle::BorderStyle ( const BorderStyle )
pdftron::PDF::BorderStyle::~BorderStyle ( )
pdftron::PDF::BorderStyle::BorderStyle ( TRN_AnnotBorderStyle  impl)
pdftron::PDF::BorderStyle::BorderStyle ( )
inline

Definition at line 794 of file Annot.h.

Member Function Documentation

void pdftron::PDF::BorderStyle::Destroy ( )

Frees the native memory of the object.

std::vector<double> pdftron::PDF::BorderStyle::GetDash ( ) const
Returns
the border dash pattern.
See Also
BorderStyle()
double pdftron::PDF::BorderStyle::GetHR ( ) const
Returns
horizontal corner radius.
Style pdftron::PDF::BorderStyle::GetStyle ( ) const
Returns
the border style.
double pdftron::PDF::BorderStyle::GetVR ( ) const
Returns
vertical corner radius.
double pdftron::PDF::BorderStyle::GetWidth ( ) const
Returns
the border width.
BorderStyle& pdftron::PDF::BorderStyle::operator= ( const BorderStyle )
void pdftron::PDF::BorderStyle::SetDash ( const std::vector< double > &  dash)

Sets the border dash pattern.

See Also
BorderStyle()
void pdftron::PDF::BorderStyle::SetHR ( double  horizontal_radius)

Sets horizontal corner radius.

Parameters
horizontal_radiusA number representing the value of the horizontal radius to set the annotation to.
void pdftron::PDF::BorderStyle::SetStyle ( Style  style)

Sets the border style.

void pdftron::PDF::BorderStyle::SetVR ( double  vertical_radius)

Sets vertical corner radius.

Parameters
vertical_radiusA number representing the value of the vertical radius to set the annotation to.
void pdftron::PDF::BorderStyle::SetWidth ( double  width)

Sets the border width

Parameters
widthA number representing the width value to set the annotation to.

Friends And Related Function Documentation

bool operator!= ( const BorderStyle a,
const BorderStyle b 
)
friend

Definition at line 736 of file Annot.h.

bool operator== ( const BorderStyle a,
const BorderStyle b 
)
friend
friend class PDF::Annot
friend

Definition at line 796 of file Annot.h.


The documentation for this class was generated from the following file: