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
Copy file name to clipboardExpand all lines: README.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Aspose.PDF Cloud
2
2
- API version: 3.0
3
-
- Package version: 19.10.0
3
+
- Package version: 19.11.0
4
4
5
5
[Aspose.PDF Cloud](https://products.aspose.cloud/pdf) is a true REST API that enables you to perform a wide range of document processing operations including creation, manipulation, conversion and rendering of PDF documents in the cloud.
* copies of the Software, and to permit persons to whom the Software is
9
+
* furnished to do so, subject to the following conditions:
10
+
* The above copyright notice and this permission notice shall be included in all
11
+
* copies or substantial portions of the Software.
12
+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
13
+
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
14
+
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
15
+
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
16
+
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
17
+
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
18
+
* SOFTWARE.
19
+
*
20
+
*/
21
+
package asposepdfcloud
22
+
23
+
// Provides ComboBoxField.
24
+
typeComboBoxFieldstruct {
25
+
// Link to the document.
26
+
Links []Link`json:"Links,omitempty"`
27
+
// Field name.
28
+
PartialNamestring`json:"PartialName,omitempty"`
29
+
// Field rectangle.
30
+
Rect*Rectangle`json:"Rect,omitempty"`
31
+
// Field value.
32
+
Valuestring`json:"Value,omitempty"`
33
+
// Page index.
34
+
PageIndexint32`json:"PageIndex"`
35
+
// Gets or sets height of the field.
36
+
Heightfloat64`json:"Height,omitempty"`
37
+
// Gets or sets width of the field.
38
+
Widthfloat64`json:"Width,omitempty"`
39
+
// Z index.
40
+
ZIndexint32`json:"ZIndex,omitempty"`
41
+
// Is group.
42
+
IsGroupbool`json:"IsGroup"`
43
+
// Gets field parent.
44
+
Parent*FormField`json:"Parent,omitempty"`
45
+
// 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.
46
+
IsSharedFieldbool`json:"IsSharedField,omitempty"`
47
+
// Gets Flags of the field.
48
+
Flags []AnnotationFlags`json:"Flags,omitempty"`
49
+
// Color of the annotation.
50
+
Color*Color`json:"Color,omitempty"`
51
+
// Get the field content.
52
+
Contentsstring`json:"Contents,omitempty"`
53
+
// Gets or sets a outer margin for paragraph (for pdf generation)
**Links** | [**[]Link**](Link.md) | Link to the document. | [optional][default to null]
8
+
**PartialName** | **string** | Field name. | [optional][default to null]
9
+
**Rect** | [***Rectangle**](Rectangle.md) | Field rectangle. | [optional][default to null]
10
+
**Value** | **string** | Field value. | [optional][default to null]
11
+
**PageIndex** | **int32** | Page index. | [default to null]
12
+
**Height** | **float64** | Gets or sets height of the field. | [optional][default to null]
13
+
**Width** | **float64** | Gets or sets width of the field. | [optional][default to null]
14
+
**ZIndex** | **int32** | Z index. | [optional][default to null]
15
+
**IsGroup** | **bool** | Is group. | [default to null]
16
+
**Parent** | [***FormField**](FormField.md) | Gets field parent. | [optional][default to null]
17
+
**IsSharedField** | **bool** | 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][default to null]
18
+
**Flags** | [**[]AnnotationFlags**](AnnotationFlags.md) | Gets Flags of the field. | [optional][default to null]
19
+
**Color** | [***Color**](Color.md) | Color of the annotation. | [optional][default to null]
20
+
**Contents** | **string** | Get the field content. | [optional][default to null]
21
+
**Margin** | [***MarginInfo**](MarginInfo.md) | Gets or sets a outer margin for paragraph (for pdf generation) | [optional][default to null]
22
+
**Highlighting** | [***LinkHighlightingMode**](LinkHighlightingMode.md) | Field highlighting mode. | [optional][default to null]
23
+
**HorizontalAlignment** | [***HorizontalAlignment**](HorizontalAlignment.md) | Gets HorizontalAlignment of the field. | [optional][default to null]
24
+
**VerticalAlignment** | [***VerticalAlignment**](VerticalAlignment.md) | Gets VerticalAlignment of the field. | [optional][default to null]
25
+
**MultiSelect** | **bool** | Gets or sets multiselection flag. | [optional][default to null]
26
+
**Options** | [**[]Option**](Option.md) | Gets collection of options of the combobox. | [optional][default to null]
27
+
**ActiveState** | **string** | Gets or sets current annotation appearance state. | [optional][default to null]
28
+
**Editable** | **bool** | Gets or sets editable status of the field. | [optional][default to null]
29
+
**SpellCheck** | **bool** | Gets or sets spellchaeck activiity status. | [optional][default to null]
30
+
**Selected** | **int32** | Gets or sets index of selected item. Numbering of items is started from 1. | [default to null]
31
+
32
+
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)[[View Source]](../combo_box_field.go)
**Code** | **int32** | Response status code. | [default to null]
8
+
**Status** | **string** | Response status. | [optional][default to null]
9
+
**Field** | [***ComboBoxField**](ComboBoxField.md) | Combobox field object | [optional][default to null]
10
+
11
+
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)[[View Source]](../combo_box_field_response.go)
**Links** | [**[]Link**](Link.md) | Link to the document. | [optional][default to null]
8
+
**List** | [**[]ComboBoxField**](ComboBoxField.md) | List of combobox fields. | [optional][default to null]
9
+
10
+
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)[[View Source]](../combo_box_fields.go)
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)[[View Source]](../combo_box_fields_response.go)
0 commit comments