groupdocs-python
Advanced tools
| #!/usr/bin/env python | ||
| """ | ||
| Copyright 2012 GroupDocs. | ||
| Licensed under the Apache License, Version 2.0 (the "License"); | ||
| you may not use this file except in compliance with the License. | ||
| You may obtain a copy of the License at | ||
| http://www.apache.org/licenses/LICENSE-2.0 | ||
| Unless required by applicable law or agreed to in writing, software | ||
| distributed under the License is distributed on an "AS IS" BASIS, | ||
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
| See the License for the specific language governing permissions and | ||
| limitations under the License. | ||
| """ | ||
| class DocumentCell: | ||
| """ | ||
| NOTE: This class is auto generated by the swagger code generator program. | ||
| Do not edit the class manually.""" | ||
| def __init__(self): | ||
| self.swaggerTypes = { | ||
| 'name': 'str', | ||
| 'value': 'str', | ||
| 'sheetNumber': 'int', | ||
| 'column': 'int', | ||
| 'row': 'int', | ||
| 'width': 'float', | ||
| 'height': 'float' | ||
| } | ||
| self.name = None # str | ||
| self.value = None # str | ||
| self.sheetNumber = None # int | ||
| self.column = None # int | ||
| self.row = None # int | ||
| self.width = None # float | ||
| self.height = None # float | ||
| #!/usr/bin/env python | ||
| """ | ||
| Copyright 2012 GroupDocs. | ||
| Licensed under the Apache License, Version 2.0 (the "License"); | ||
| you may not use this file except in compliance with the License. | ||
| You may obtain a copy of the License at | ||
| http://www.apache.org/licenses/LICENSE-2.0 | ||
| Unless required by applicable law or agreed to in writing, software | ||
| distributed under the License is distributed on an "AS IS" BASIS, | ||
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
| See the License for the specific language governing permissions and | ||
| limitations under the License. | ||
| """ | ||
| class DocumentSize: | ||
| """ | ||
| NOTE: This class is auto generated by the swagger code generator program. | ||
| Do not edit the class manually.""" | ||
| def __init__(self): | ||
| self.swaggerTypes = { | ||
| 'width': 'int', | ||
| 'height': 'int' | ||
| } | ||
| self.width = None # int | ||
| self.height = None # int | ||
| #!/usr/bin/env python | ||
| """ | ||
| Copyright 2012 GroupDocs. | ||
| Licensed under the Apache License, Version 2.0 (the "License"); | ||
| you may not use this file except in compliance with the License. | ||
| You may obtain a copy of the License at | ||
| http://www.apache.org/licenses/LICENSE-2.0 | ||
| Unless required by applicable law or agreed to in writing, software | ||
| distributed under the License is distributed on an "AS IS" BASIS, | ||
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
| See the License for the specific language governing permissions and | ||
| limitations under the License. | ||
| """ | ||
| class SignatureSignFieldLocationSettingsInfo: | ||
| """ | ||
| NOTE: This class is auto generated by the swagger code generator program. | ||
| Do not edit the class manually.""" | ||
| def __init__(self): | ||
| self.swaggerTypes = { | ||
| 'page': 'int', | ||
| 'locationX': 'float', | ||
| 'locationY': 'float', | ||
| 'locationWidth': 'float', | ||
| 'locationHeight': 'float', | ||
| 'fontName': 'str', | ||
| 'fontSize': 'float', | ||
| 'fontBold': 'bool', | ||
| 'fontItalic': 'bool', | ||
| 'fontUnderline': 'bool', | ||
| 'fontColor': 'str', | ||
| 'alignment': 'int' | ||
| } | ||
| self.page = None # int | ||
| self.locationX = None # float | ||
| self.locationY = None # float | ||
| self.locationWidth = None # float | ||
| self.locationHeight = None # float | ||
| self.fontName = None # str | ||
| self.fontSize = None # float | ||
| self.fontBold = None # bool | ||
| self.fontItalic = None # bool | ||
| self.fontUnderline = None # bool | ||
| self.fontColor = None # str | ||
| self.alignment = None # int | ||
| #!/usr/bin/env python | ||
| """ | ||
| Copyright 2012 GroupDocs. | ||
| Licensed under the Apache License, Version 2.0 (the "License"); | ||
| you may not use this file except in compliance with the License. | ||
| You may obtain a copy of the License at | ||
| http://www.apache.org/licenses/LICENSE-2.0 | ||
| Unless required by applicable law or agreed to in writing, software | ||
| distributed under the License is distributed on an "AS IS" BASIS, | ||
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
| See the License for the specific language governing permissions and | ||
| limitations under the License. | ||
| """ | ||
| class SignatureSignFieldSettingsInfo: | ||
| """ | ||
| NOTE: This class is auto generated by the swagger code generator program. | ||
| Do not edit the class manually.""" | ||
| def __init__(self): | ||
| self.swaggerTypes = { | ||
| 'fieldType': 'int', | ||
| 'data': 'str', | ||
| 'minGraphSizeW': 'int', | ||
| 'minGraphSizeH': 'int', | ||
| 'locations': 'list[SignatureSignFieldLocationSettingsInfo]' | ||
| } | ||
| self.fieldType = None # int | ||
| self.data = None # str | ||
| self.minGraphSizeW = None # int | ||
| self.minGraphSizeH = None # int | ||
| self.locations = None # list[SignatureSignFieldLocationSettingsInfo] | ||
@@ -984,3 +984,3 @@ #!/usr/bin/env python | ||
| fileId, str: File ID (required) | ||
| body, AnnotationReviewerRights: Access Rights for the collaborate link (required) | ||
| body, str: Access Rights for the collaborate link (required) | ||
@@ -987,0 +987,0 @@ Returns: SetSharedLinkAccessRightsResponse |
@@ -27,3 +27,3 @@ #!/usr/bin/env python | ||
| 'documentId': 'str', | ||
| 'templateFields': 'list[TemplateField]' | ||
| 'templateFields': 'list[TemplateEditorField]' | ||
@@ -34,3 +34,3 @@ } | ||
| self.documentId = None # str | ||
| self.templateFields = None # list[TemplateField] | ||
| self.templateFields = None # list[TemplateEditorField] | ||
@@ -36,3 +36,3 @@ #!/usr/bin/env python | ||
| 'data': 'str', | ||
| 'fields': 'list[SignatureFieldInfo]' | ||
| 'fields': 'list[SignatureSignFieldSettingsInfo]' | ||
@@ -52,3 +52,3 @@ } | ||
| self.data = None # str | ||
| self.fields = None # list[SignatureFieldInfo] | ||
| self.fields = None # list[SignatureSignFieldSettingsInfo] | ||
@@ -28,3 +28,3 @@ #!/usr/bin/env python | ||
| 'type': 'int', | ||
| 'date': 'str', | ||
| 'datetime': 'str', | ||
| 'userName': 'str', | ||
@@ -40,3 +40,3 @@ 'action': 'str', | ||
| self.type = None # int | ||
| self.date = None # str | ||
| self.datetime = None # str | ||
| self.userName = None # str | ||
@@ -43,0 +43,0 @@ self.action = None # str |
@@ -34,3 +34,3 @@ #!/usr/bin/env python | ||
| 'data': 'str', | ||
| 'fields': 'list[SignatureFieldInfo]' | ||
| 'fields': 'list[SignatureSignFieldSettingsInfo]' | ||
@@ -48,3 +48,3 @@ } | ||
| self.data = None # str | ||
| self.fields = None # list[SignatureFieldInfo] | ||
| self.fields = None # list[SignatureSignFieldSettingsInfo] | ||
@@ -26,3 +26,6 @@ #!/usr/bin/env python | ||
| self.swaggerTypes = { | ||
| 'fields': 'list[TemplateEditorField]' | ||
| 'fields': 'list[TemplateEditorField]', | ||
| 'words': 'list[DocumentWord]', | ||
| 'cells': 'list[DocumentCell]', | ||
| 'pageSizes': 'list[DocumentSize]' | ||
@@ -33,2 +36,5 @@ } | ||
| self.fields = None # list[TemplateEditorField] | ||
| self.words = None # list[DocumentWord] | ||
| self.cells = None # list[DocumentCell] | ||
| self.pageSizes = None # list[DocumentSize] | ||
| __pkgname__ = "groupdocs-python" | ||
| __version__ = "2.3.1" | ||
| __version__ = "2.4.0" |
+2
-2
| Metadata-Version: 1.1 | ||
| Name: groupdocs-python | ||
| Version: 2.3.1 | ||
| Version: 2.4.0 | ||
| Summary: A Python interface to the GroupDocs API | ||
@@ -13,3 +13,3 @@ Home-page: http://groupdocs.com/ | ||
| Latest SDK version 2.3.0. | ||
| Latest SDK version 2.4.0. | ||
@@ -16,0 +16,0 @@ Requirements |
+1
-1
| GroupDocs Python SDK |Build Status|_ | ||
| #################################### | ||
| Latest SDK version 2.3.0. | ||
| Latest SDK version 2.4.0. | ||
@@ -6,0 +6,0 @@ Requirements |
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
1262115
0.4%476
0.85%26610
0.52%