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
@@ -779,6 +816,18 @@ public class PdfSaveOptionsData : FixedPageSaveOptionsData {
779
816
780
817
}
781
818
819
+
// Sets attachmentsEmbeddingMode. Gets or sets a value determining how attachments are embedded to the PDF document. Default value is None and attachments are not embedded. PDF/A-1, PDF/A-2 and regular PDF/A-4 (not PDF/A-4f) standards do not allow embedded files. None value will be used automatically.
// Gets attachmentsEmbeddingMode. Gets or sets a value determining how attachments are embedded to the PDF document. Default value is None and attachments are not embedded. PDF/A-1, PDF/A-2 and regular PDF/A-4 (not PDF/A-4f) standards do not allow embedded files. None value will be used automatically.
// Sets cacheBackgroundGraphics. Gets or sets a value determining whether or not to cache graphics placed in document's background. Default value is true and background graphics are written to the PDF document as an xObject. When the value is false background graphics are not cached. Some shapes are not supported for caching(shapes with fields, bookmarks, HRefs). Document background graphic is various shapes, charts, images placed in the footer or header, well as background and border of a page.
@@ -864,14 +913,14 @@ public class PdfSaveOptionsData : FixedPageSaveOptionsData {
864
913
865
914
866
915
// Sets embedAttachments. Gets or sets a value determining whether or not to embed attachments to the PDF document. Default value is false and attachments are not embedded. When the value is true attachments are embedded to the PDF document. Embedding attachments is not supported when saving to PDF/A and PDF/UA compliance. false value will be used automatically. Embedding attachments is not supported when encryption is enabled. false value will be used automatically.
867
-
@available(*, deprecated, message:"This property will be removed in the future.")
916
+
@available(*, deprecated, message:"Obsolete, please use AttachmentsEmbeddingMode instead.")
// Gets embedAttachments. Gets or sets a value determining whether or not to embed attachments to the PDF document. Default value is false and attachments are not embedded. When the value is true attachments are embedded to the PDF document. Embedding attachments is not supported when saving to PDF/A and PDF/UA compliance. false value will be used automatically. Embedding attachments is not supported when encryption is enabled. false value will be used automatically.
874
-
@available(*, deprecated, message:"This property will be removed in the future.")
923
+
@available(*, deprecated, message:"Obsolete, please use AttachmentsEmbeddingMode instead.")
@@ -439,6 +457,18 @@ public class SaveOptionsData : Codable, WordsApiModel {
439
457
}
440
458
441
459
460
+
// Sets updateAmbiguousTextFont. Gets or sets a value indicating whether the font attributes will be changed according to the character code being used.
// Gets updateAmbiguousTextFont. Gets or sets a value indicating whether the font attributes will be changed according to the character code being used.
467
+
publicfunc getUpdateAmbiguousTextFont()->Bool?{
468
+
returnself.updateAmbiguousTextFont;
469
+
}
470
+
471
+
442
472
// Sets updateCreatedTimeProperty. Gets or sets a value determining whether the Aspose.Words.Properties.BuiltInDocumentProperties.CreatedTime property is updated before saving. Default value is false.
0 commit comments