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
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,11 @@ Python Cloud SDK wraps Aspose.Words Cloud API so you could seamlessly integrate
16
16
-[Convert a document to desired file format](https://docs.aspose.cloud/display/wordscloud/Convert+Document+to+Destination+Format+with+Detailed+Settings+and+Save+Result+to+Storage) along with detailed settings.
17
17
- Convert an encrypted PDF document into Word document format.
18
18
19
+
## Enhancements in Version 25.2
20
+
21
+
- Added 'IdPrefix' property for HtmlFixedSaveOptionsData and SvgSaveOptionsData class.
22
+
23
+
19
24
## Enhancements in Version 24.12
20
25
21
26
- Added 'RenderChoiceFormFieldBorder' property for PdfSaveOptionsData class.
"""Gets the id_prefix of this HtmlFixedSaveOptionsData. # noqa: E501
861
+
862
+
Gets or sets a prefix that is prepended to all generated element IDs in the output document. Default value is null and no prefix is prepended. If the prefix is specified, it can contain only letters, digits, underscores, and hyphens, and must start with a letter. # noqa: E501
863
+
864
+
:return: The id_prefix of this HtmlFixedSaveOptionsData. # noqa: E501
865
+
:rtype: str
866
+
"""
867
+
returnself._id_prefix
868
+
869
+
@id_prefix.setter
870
+
defid_prefix(self, id_prefix):
871
+
"""Sets the id_prefix of this HtmlFixedSaveOptionsData.
872
+
873
+
Gets or sets a prefix that is prepended to all generated element IDs in the output document. Default value is null and no prefix is prepended. If the prefix is specified, it can contain only letters, digits, underscores, and hyphens, and must start with a letter. # noqa: E501
874
+
875
+
:param id_prefix: The id_prefix of this HtmlFixedSaveOptionsData. # noqa: E501
876
+
:type: str
877
+
"""
878
+
self._id_prefix=id_prefix
879
+
853
880
@property
854
881
defpage_horizontal_alignment(self):
855
882
"""Gets the page_horizontal_alignment of this HtmlFixedSaveOptionsData. # noqa: E501
"""Gets the id_prefix of this SvgSaveOptionsData. # noqa: E501
708
+
709
+
Gets or sets specifies a prefix that is prepended to all generated element IDs in the output document. Default value is null and no prefix is prepended. If the prefix is specified, it can contain only letters, digits, underscores, and hyphens, and must start with a letter. # noqa: E501
710
+
711
+
:return: The id_prefix of this SvgSaveOptionsData. # noqa: E501
712
+
:rtype: str
713
+
"""
714
+
returnself._id_prefix
715
+
716
+
@id_prefix.setter
717
+
defid_prefix(self, id_prefix):
718
+
"""Sets the id_prefix of this SvgSaveOptionsData.
719
+
720
+
Gets or sets specifies a prefix that is prepended to all generated element IDs in the output document. Default value is null and no prefix is prepended. If the prefix is specified, it can contain only letters, digits, underscores, and hyphens, and must start with a letter. # noqa: E501
721
+
722
+
:param id_prefix: The id_prefix of this SvgSaveOptionsData. # noqa: E501
723
+
:type: str
724
+
"""
725
+
self._id_prefix=id_prefix
726
+
700
727
@property
701
728
defmax_image_resolution(self):
702
729
"""Gets the max_image_resolution of this SvgSaveOptionsData. # noqa: E501
0 commit comments