Foxit PDF SDK
FSWatermarkTextProperties Class Reference

Inherits NSObject.

Instance Methods

(id) - init
 Constructor.

 
(id) - initWithFont:font_size:color:style:line_space:alignment:
 Constructor, with parameters.
More...
 
(id) - initWithProperties:
 Constructor, with another watermark text properties object.
More...
 
(void) - set:font_size:color:style:line_space:alignment:
 Set value.
More...
 

Properties

FSAlignment alignment
 Text horizontal alignment.
More...
 
unsigned int color
 Text color. Format: 0xRRGGBB.

 
FSFontfont
 A font object used for the text.

 
float font_size
 Font size in points.

 
FSWatermarkTextPropertiesFontStyle font_style
 Font style.
More...
 
float line_space
 Space between vertical center of lines, in line heights.
More...
 

Detailed Description

This class represents the watermark text settings used to construct a watermark object from text.

Method Documentation

◆ initWithFont:font_size:color:style:line_space:alignment:()

- (id) initWithFont: (FSFont*)  font
font_size: (float)  font_size
color: (unsigned int)  color
style: (FSWatermarkTextPropertiesFontStyle style
line_space: (float)  line_space
alignment: (FSAlignment alignment 

Constructor, with parameters.

Parameters
[in]fontA valid font object used for the text.
[in]font_sizeFont size in points.
[in]colorText color. Format: 0xRRGGBB.
[in]styleFont style. It should be one of the following values:
[in]line_spaceSpace between vertical center of lines, in line heights. This value specifies the multiple of line heights for the space between vertical center of lines. Valid range: from 0 to 10 (not including 0 but including 10). If this value is above 10, 10 will be used as default for the text watermark.
[in]alignmentText horizontal alignment. It should be one of the following values:

◆ initWithProperties:()

- (id) initWithProperties: (FSWatermarkTextProperties*)  properties

Constructor, with another watermark text properties object.

Parameters
[in]propertiesAnother watermark text properties object.

◆ set:font_size:color:style:line_space:alignment:()

- (void) set: (FSFont*)  font
font_size: (float)  font_size
color: (unsigned int)  color
style: (FSWatermarkTextPropertiesFontStyle style
line_space: (float)  line_space
alignment: (FSAlignment alignment 

Set value.

Parameters
[in]fontA valid font object used for the text.
[in]font_sizeFont size in points.
[in]colorText color. Format: 0xRRGGBB.
[in]styleFont style. It should be one of the following values:
[in]line_spaceSpace between vertical center of lines, in line heights. This value specifies the multiple of line heights for the space between vertical center of lines. Valid range: from 0 to 10 (not including 0 but including 10). If this value is above 10, 10 will be used as default for the text watermark.
[in]alignmentText horizontal alignment. It should be one of the following values:
Returns
None.

Property Documentation

◆ alignment

- (FSAlignment) alignment
readwritenonatomicassign

Text horizontal alignment.

It should be one of the following macro definitions:



◆ font_style

- (FSWatermarkTextPropertiesFontStyle) font_style
readwritenonatomicassign

Font style.

It should be one of the following values:



◆ line_space

- (float) line_space
readwritenonatomicassign

Space between vertical center of lines, in line heights.

This value is used to specify the multiple of line heights for the space between vertical center of lines. Valid range: from 0 to 10 (not including 0 but including 10). If this value is above 10, 10 will be used as default for the text watermark.