|
FoxitPDFSDKforWeb v11.0.4
Foxit PDF SDK for Web
|
Summaries of callout type annotation. More...
Public Attributes | |
| string | callout |
| Callout line points. Please refer to FreeText::getCalloutLinePoints format:"${point[0].x,point[0],y,point[1].x,point[1],y,point[2].x,point[2],y}". | |
| string | fringe |
| Diff of inner rectangle and outer rectangle. format: "${innerRect.left - rect.left}, ${innerRect.bottom - rect.bottom}, ${rect.right - innerRect.right}, ${rect.top - innerRect.top}". | |
| string | head |
| Style of the callout arrow head. Please refer to Ending_Style. | |
Public Attributes inherited from IFreeTextAnnotationSummary | |
| string | defaultappearance |
| A string describes the appearance(including font name, font size and color). format: "/${fontName} ${fontSize} Tf ${r} ${g} ${b} rg". | |
| string | fontColor |
| Default font color. format: #RRGGBB. | |
| string | interiorColor |
| Fill color, format: #RRGGBB. | |
Public Attributes inherited from IMarkupAnnotationSummary | |
| string | creationdate |
| Creation time, format: D:yyyyMMddhhmmssTZ. | |
| string | inreplyto |
| Represents a related annotation id. The relationship between the two annotations shall be specified by the replyType entry. | |
| string | intent |
| Intent name Some example intent: More... | |
| number | opacity |
| Opacity value of an markup annotation. | |
| IPopupAnnotationSummary | popup |
| The popup anontation summaries. | |
| string | replyType |
| (Meaningful only if inreplyto is present). A name specifying the relationship between this annotation and on specified by inreplyto. Value values are: More... | |
| number | rotation |
| Roation angle of this annotation. | |
| string | subject |
| Subject string. | |
| string | title |
| The title string, By convention, annotation's title can be used to identify the user who added current annotation. | |
Public Attributes inherited from IAnnotationSummary | |
| string | color |
| border color, format: #RRGGBB | |
| string | contents |
| text content. | |
| Record< string, any > | customEntries |
| custom dictionary entries More... | |
| string | dashes |
| A dash array that represents the dash patterns. This property is available when style is 'dashed'. format:"2,2,2,2". | |
| number | dashPhase |
| This property is available when style is 'dashed'. | |
| string | date |
| Last modified time. format: D:yyyyMMddhhmmssTZ. | |
| string | flags |
| annotation flag names, multiple flags are separated by commas. Please refer to Annot_Flags | |
| number | indensity |
| Intensity of the cloudy effect. This property is available when style is 'cloudy'. | |
| number | objectNumber |
| Unique id. | |
| number | page |
| Page index. | |
| string | rect |
| Annotation rectangle in PDF coordinate system. format: "${left},${bottom},${right},${top}". | |
| string | style |
| border style, It could be one of these values: 'solid', 'dashed', 'underline', 'beveled', 'inset', 'cloudy' | |
| Annot_Type | type |
| Annotation type flag. Please refer to Annot_Type. | |
| number | width |
| The border width (unit: pt). | |
Summaries of callout type annotation.