FoxitPDFSDKforWeb  v9.2.1
Foxit PDF SDK for Web
Circle Class Reference

Circle annot object. More...

Inheritance diagram for Circle:
Markup Annot

Public Member Functions

 enableCaption (enable)
 Toggle circle's caption. More...
 
 exportToJSON ()
 Export annotation to a json object. [Support in Server] Override Markup::exportToJSON. More...
 
 getCaptionColor ()
 Get annotation's caption color. More...
 
 getFillColor ()
 Get annotation's fill color. [Support in Server] More...
 
 getInnerRect ()
 Get annotation's innert rect, in PDF coordination system. [Support in Server] More...
 
 getMeasureConversionFactor ()
 Get the conversion factor for measuring. More...
 
 getMeasureRatio ()
 Get the scale ratio for measuring. More...
 
 getMeasureUnit ()
 Get the label for displaying the units for measuring. More...
 
 hasCaption ()
 Check circle has caption or not. More...
 
 setCaptionColor (captionColor)
 Set annotation's caption color. More...
 
 setFillColor (fillColor)
 Set annotation's fill color. [Support in Server] More...
 
 setMeasureConversionFactor (factor)
 Set the conversion factor for measuring. More...
 
 setMeasureRatio ({ userSpaceValue=1, userSpaceUnit=Annot_Unit_Type.inch, realValue=1, realUnit=Annot_Unit_Type.inch }={})
 Set the scale ratio for measuring. More...
 
 setMeasureUnit (unit)
 Set the label for displaying the units for measuring. More...
 
- Public Member Functions inherited from Markup
 addMarkedState (stateName)
 Add marked state with specific name [Support in Server] More...
 
 addReply (content)
 Add a new reply to the end of reply list. [Support in Server] More...
 
 addReviewState (stateName)
 Add review state with specific name. [Support in Server] More...
 
 addRichText (datas)
 Add new text data with rich styles to the end. Note: Now, only support Freetext annotation. if current annotation is a freetext and its intent is "FreeTextTypewriter", text aligment of input style will be set to all rich text strings of current freetext annotation. More...
 
 exportToJSON ()
 Export annotation to a json object. [Support in Server] Override Annot::exportToJSON. More...
 
 getCreateDateTime ()
 Get creation date time. [Support in Server] More...
 
 getGroupElements ()
 Get the group annotations which own current annotation. [Support in Server] More...
 
 getGroupHeader ()
 Get the header annotation (as primary annotation) of the group that current markup annotation belongs to. [Support in Server] More...
 
 getIntent ()
 Get intent name.
Following annotation types have predefined intent name: More...
 
 getMarkedState (index)
 Get a state annotation by index. state model is marked [Support in Server] More...
 
 getMarkedStateCount ()
 Get the count of state annotations. [Support in Server] More...
 
 getMarkedStates ()
 Get all state annotation. state model is marked [Support in Server] More...
 
 getOpacity ()
 Get opacity value.
This property has effect on markup annotation's appearance. [Support in Server] More...
 
 getPopup ()
 Get annotation's popup. [Support in Server] More...
 
 getReplies ()
 Get all replies [Support in Server] More...
 
 getReply (index)
 Get a reply annot by index. [Support in Server] More...
 
 getReplyCount ()
 Count all replies. [Support in Server] More...
 
 getReviewState (index)
 Get a state annotation by index. state model is review [Support in Server] More...
 
 getReviewStateCount ()
 Get the count of state annotations. [Support in Server]
When state model is review, the markup annotation can have several state annotations in a chain: first state annotation refers to the markup annotation, second state annotation refers to the first state annotation, etc. Just like this: markup annotation <– reviewed state1 <– reviewed state2 ... More...
 
 getReviewStates ()
 Get all state annotation. state model is review [Support in Server] More...
 
 getRichText ()
 Get the rich text data, including rich text strings and styles. Note: Now, only support Freetext annotation. if current annotation is a freetext and its intent is "FreeTextTypewriter", text aligment of input style will be set to all rich text strings of current freetext annotation. More...
 
 getSubject ()
 Get subject string. [Support in Server] More...
 
 getTitle ()
 Get title string. [Support in Server] More...
 
 insertRichText (datas)
 Insert rich text string to the place which is specified by indexs. More...
 
 isGrouped ()
 Check whether current markup annotation is in a group or not. [Support in Server] More...
 
 isGroupHeader ()
 Check whether current markup annotation is a group header annotation. [Support in Server] More...
 
 removeAllStateAnnots ()
 Remove all sate from this markup annotation. [Support in Server] More...
 
 removeRichText (indexes)
 Remove a rich text string specified by index. More...
 
 setContent (content)
 Set markup annotation's contents. [Support in Server] More...
 
 setCreateDateTime (date)
 Set creation date time. [Support in Server] More...
 
 setIntent (intent)
 Set annotaions's intent. More...
 
 setOpacity (opacity)
 Set opacity value. [Support in Server] More...
 
 setRichText (datas)
 Set the rich text data with rich styles to the place which is specified by indexes. Note: Now, only support Freetext annotation. if current annotation is a freetext and its intent is "FreeTextTypewriter", text alignment of input style will be set to all rich text strings of current freetext annotation. More...
 
 setSubject (subject)
 Set subject string. [Support in Server] More...
 
 setTitle (title)
 Set title string. [Support in Server] More...
 
- Public Member Functions inherited from Annot
 exportToJSON ()
 Export the current annotation to a Json object. [Support in Server] More...
 
 getBorderColor ()
 Get annotation's border color. [Support in Server] More...
 
 getBorderInfo ()
 Get annotation's border information. [Support in Server] More...
 
 getContent ()
 Get annotation's contents. [Support in Server] More...
 
 getDictionaryEntry (key)
 Get the dictionary property of Annot by key. More...
 
 getFlags ()
 Get annotation's flag. [Support in Server] More...
 
 getModifiedDateTime ()
 Get annotation's last modified date time. [Support in Server] More...
 
 getObjectNumber ()
 Get annotation's object number. More...
 
 getPage ()
 Get annotation's page. [Support in Server] More...
 
 getRect ()
 Get annotation's rect. [Support in Server] More...
 
 getTitle ()
 Get annotation's title. [Support in Server] More...
 
 getType ()
 Get annotation's type. [Support in Server] More...
 
 getUniqueID ()
 Get annotation's unique ID. [Support in Server] More...
 
 isEmpty ()
 Check annotation is empty or not. [Support in Server] More...
 
 isMarkup ()
 Check if current annotation is a markup annotation. [Support in Server] More...
 
 setBorderColor (borderColor)
 Set annotation's border color. [Support in Server] More...
 
 setBorderInfo (borderInfo)
 Set annotation's border information. [Support in Server] More...
 
 setContent (content)
 Set contents for the currently gotten annotation. [Support in Server] More...
 
 setDictionaryEntry (key, value)
 Add a new entry or replace the existing entry of the annotation dictionary. Caller could use this method to store their private data to the annotation. Do not use any standard key of the annotation dictionary, such as 'Type', 'Subtype', 'Rect' defined in PDF Reference. If any standard key is used, this behaviour will be undefined. More...
 
 setFlags (flag, notTriggerEvent)
 Set annotation's flag. [Support in Server] More...
 
 setModifiedDateTime (date)
 Set annotation's last modified date time. [Support in Server] More...
 
 setRect (rect)
 Set annotation's rect. More...
 

Detailed Description

Circle annot object.

Member Function Documentation

◆ enableCaption()

Circle::enableCaption (   enable)
inline

Toggle circle's caption.

Parameters
enableboolean - True to show caption, false to hide.
Returns
Promise<void>
Since
9.1.0

◆ exportToJSON()

Circle::exportToJSON ( )
inline

Export annotation to a json object. [Support in Server] Override Markup::exportToJSON.

Returns
object - A json object with circle properties:
{
...MarkupAnnotJSON,//JSON object from Markup::exportToJSON()
fringe:{string}, //"[{left},{bottom},{right},{top}]",
}

◆ getCaptionColor()

Circle::getCaptionColor ( )
inline

Get annotation's caption color.

Returns
number - An integer indicating caption color will be returned. Format: 0xRRGGBB.
Since
9.1.0

◆ getFillColor()

Circle::getFillColor ( )
inline

Get annotation's fill color. [Support in Server]

Returns
number - An integer indicating fill color.

◆ getInnerRect()

Circle::getInnerRect ( )
inline

Get annotation's innert rect, in PDF coordination system. [Support in Server]

Returns
PDFRect - A PDF rectangle.
{
left:{number},
right:{number},
top: {number},
bottom: {number}
}

◆ getMeasureConversionFactor()

Circle::getMeasureConversionFactor ( )
inline

Get the conversion factor for measuring.

Example:
function example(annot){
annot.getMeasureConversionFactor()
}
 
Since
7.6.0
Returns
number - The conversion factor.

◆ getMeasureRatio()

Circle::getMeasureRatio ( )
inline

Get the scale ratio for measuring.

function example(annot){
annot.getMeasureRatio()
}

 

Since
7.6.0
Returns
string - Scale ratio.

◆ getMeasureUnit()

Circle::getMeasureUnit ( )
inline

Get the label for displaying the units for measuring.

Example:
function example(annot){
annot.getMeasureUnit()
}
 
Since
7.6.0
Returns
string - A label for displaying the units.

◆ hasCaption()

Circle::hasCaption ( )
inline

Check circle has caption or not.

Returns
boolean - True for positive, false for negative.
Since
9.1.0

◆ setCaptionColor()

Circle::setCaptionColor (   captionColor)
inline

Set annotation's caption color.

Parameters
captionColornumber|[string,number,number,number]|string - Specify caption color (alpha is not supported). Supported color format:
  • number, such as 0xff0000, 16711680
  • PDF color array, such as ['RGB',1,1,1] which means white. Range: 0.0~1.0, The ratio to HTML color format is 1:255.
  • HTML color format, such as '#ff0000', 'rgb(255,0,0)', 'rgba(255,0,0,1)'
Returns
Promise<boolean> - A boolean value indicating whether success.
Since
9.1.0

◆ setFillColor()

Circle::setFillColor (   fillColor)
inline

Set annotation's fill color. [Support in Server]

Parameters
fillColornumber|['T']|[string,number,number,number]|string - An integer indicating fill color (alpha is not supported). Supported color format:
  • 0 or ['T'] for transparent
  • number, such as 0xff0000, 16711680
  • PDF color array, such as ['RGB',1,1,1] which means white. Range: 0.0~1.0, The ratio to HTML color format is 1:255.
  • HTML color format, such as '#ff0000', 'rgb(255,0,0)', 'rgba(255,0,0,1)'
Returns
Promise<boolean> - A boolean value indicating the success or failue.

◆ setMeasureConversionFactor()

Circle::setMeasureConversionFactor (   factor)
inline

Set the conversion factor for measuring.

Parameters
factornumber - The conversion factor.
Returns
Promise<void>
Example:
function example(annot){
annot.setMeasureConversionFactor(2)
}
 
Since
7.6.0

◆ setMeasureRatio()

Circle::setMeasureRatio (   { userSpaceValue=1, userSpaceUnit=Annot_Unit_Type.inch, realValue=1, realUnit=Annot_Unit_Type.inch } = {})
inline

Set the scale ratio for measuring.

Parameters
measurementRatioobject -
measurementRatio.userSpaceValuenumber - Set the ratio value in user space.
measurementRatio.userSpaceUnitstring - Set the ratio unit in user space. Please refer to Annot_Unit_Type
measurementRatio.realValuestring - Set the ratio value in real space.
measurementRatio.realUnitstring - Set the ratio unit in real space. Please refer to Annot_Unit_Type
Example:
function example(annot){
const Annot_Unit_Type = PDFViewCtrl.PDF.annots.constant.Annot_Unit_Type
annot.setMeasureRatio({
userSpaceValue:1,
userSpaceUnit: Annot_Unit_Type.inch,
realValue:1,
realUnit: Annot_Unit_Type.inch,
})
}
 
Since
7.6.0

◆ setMeasureUnit()

Circle::setMeasureUnit (   unit)
inline

Set the label for displaying the units for measuring.

Parameters
unitstring - A label for displaying the units. Please refer to Annot_Unit_Type
Returns
Promise<void> -
Example:
function example(annot){
annot.setMeasureUnit(PDFViewCtrl.PDF.annots.constant.Annot_Unit_Type.inch)
}
 
Since
7.6.0

Foxit Software Corporation Logo
@2023 Foxit Software Incorporated. All rights reserved.