You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*PdfApi* | [**getPsInStorageToPdf**](sdk/docs/PdfApi.md#getPsInStorageToPdf) | **GET** /pdf/create/ps | Convert PS file (located on storage) to PDF format and return resulting file in response.
269
+
*PdfApi* | [**getRadioButtonField**](sdk/docs/PdfApi.md#getRadioButtonField) | **GET** /pdf/\{name}/fields/radiobutton/\{fieldName} | Read document RadioButton field by name.
*PdfApi* | [**putPsInStorageToPdf**](sdk/docs/PdfApi.md#putPsInStorageToPdf) | **PUT** /pdf/\{name}/create/ps | Convert PS file (located on storage) to PDF format and upload resulting file to storage.
Represents an enumeration of available BoxStyle types.
4
+
5
+
## Enum
6
+
Name | Description
7
+
------------ | ------------
8
+
**Circle** | Circle style.
9
+
**Check** | Check style.
10
+
**Cross** | Cross style.
11
+
**Diamond** | Diamond style.
12
+
**Square** | Square style.
13
+
**Star** | Star style.
14
+
15
+
16
+
[[Back to Model list]](../../README.md#documentation-for-models)[[Back to API list]](../../README.md#documentation-for-api-endpoints)[[Back to README]](../../README.md)
**allowedStates** | **List<String>** | Returns list of allowed states. | [optional]
9
+
**style** | [**BoxStyle**](BoxStyle.md) | Gets or sets style of check box. | [optional]
10
+
**activeState** | **String** | Gets or sets current annotation appearance state. | [optional]
11
+
**checked** | **Boolean** | Gets or sets state of check box. |
12
+
**exportValue** | **String** | Gets or sets export value of CheckBox field. | [optional]
13
+
**partialName** | **String** | Field name. | [optional]
14
+
**rect** | [**Rectangle**](Rectangle.md) | Field rectangle. | [optional]
15
+
**value** | **String** | Field value. | [optional]
16
+
**pageIndex** | **Integer** | Page index. |
17
+
**height** | **Double** | Gets or sets height of the field. | [optional]
18
+
**width** | **Double** | Gets or sets width of the field. | [optional]
19
+
**zIndex** | **Integer** | Z index. | [optional]
20
+
**isGroup** | **Boolean** | Is group. |
21
+
**parent** | [**FormField**](FormField.md) | Gets field parent. | [optional]
22
+
**isSharedField** | **Boolean** | Property for Generator support. Used when field is added to header or footer. If true, this field will created once and it's appearance will be visible on all pages of the document. If false, separated field will be created for every document page. | [optional]
23
+
**flags** | [**List<AnnotationFlags>**](AnnotationFlags.md) | Gets Flags of the field. | [optional]
24
+
**color** | [**Color**](Color.md) | Color of the annotation. | [optional]
25
+
**contents** | **String** | Get the field content. | [optional]
26
+
**margin** | [**MarginInfo**](MarginInfo.md) | Gets or sets a outer margin for paragraph (for pdf generation) | [optional]
27
+
**highlighting** | [**LinkHighlightingMode**](LinkHighlightingMode.md) | Field highlighting mode. | [optional]
28
+
**horizontalAlignment** | [**HorizontalAlignment**](HorizontalAlignment.md) | Gets HorizontalAlignment of the field. | [optional]
29
+
**verticalAlignment** | [**VerticalAlignment**](VerticalAlignment.md) | Gets VerticalAlignment of the field. | [optional]
30
+
**links** | [**List<Link>**](Link.md) | Link to the document. | [optional]
31
+
32
+
33
+
[[Back to Model list]](../../README.md#documentation-for-models)[[Back to API list]](../../README.md#documentation-for-api-endpoints)[[Back to README]](../../README.md)
[[Back to Model list]](../../README.md#documentation-for-models)[[Back to API list]](../../README.md#documentation-for-api-endpoints)[[Back to README]](../../README.md)
**list** | [**List<CheckBoxField>**](CheckBoxField.md) | List of checkbox fields. | [optional]
9
+
**links** | [**List<Link>**](Link.md) | Link to the document. | [optional]
10
+
11
+
12
+
[[Back to Model list]](../../README.md#documentation-for-models)[[Back to API list]](../../README.md#documentation-for-api-endpoints)[[Back to README]](../../README.md)
0 commit comments