XlsxSaveOptions.section_mode property. Gets or sets the way how sections are handled when saving to the output XLSX Document...saving to the output XLSX document. The default value is XlsxSectionMode...save document as a separate worksheets. doc = aw . Document ( file_name...
Aspose::Words::Properties::BuiltInDocumentProperties::get_Author method. Gets or sets the name of the Document's author in C++....Gets or sets the name of the document’s author. System :: String...how to work with built-in document properties in the “Description”...
BuiltInDocumentProperties.security property. Specifies the security level of a Document as a numeric value....Specifies the security level of a document as a numeric value. get security...OOXML documents only. To protect or unprotect a document use the...
You can delete pages from your PDF file using C++ library....// Open document auto document = MakeObject < Document > ( _dataDir...// Delete a particular page document -> get_Pages () -> Delete...
Aspose::Words::Fonts::FontFallbackSettings::Save method. Saves the current fallback settings to stream in C++....MakeObject < Aspose :: Words :: Document > ( get_MyDir () + u "Rendering..."Rendering.docx" ); // Load an XML document that defines a set of font...
Aspose::Words::Properties::DocumentPropertyCollection::idx_get method. Returns a DocumentProperty object by index in C++....Shows how to work with custom document properties. auto doc = System...MakeObject < Aspose :: Words :: Document > ( get_MyDir () + u "Properties...
使用 C# 优化 PDF 文件,缩小所有图像,减少 PDF 大小,取消嵌入字体,删除未使用的对象。...要优化文件以便于网络显示: 在 Document 对象中打开输入文档。 使用 Optimize 方法。...OptimizeDocument () { // The path to the documents directory var dataDir = RunExamples...
Discover if your Document contains VBA project macros with the HasMacros property. Enhance automation and efficiency in your workflows today!...HasMacros Contents [ Hide ] Document.HasMacros property Returns...Returns true if the document has a VBA project (macros). public bool...
Online DOTX file parser app. C++ API code to extract images and text content from DOTX Document....Develop powerful C++ based DOTX document parser utility application...DOTX document text extraction. Download Parse DOTX Document via...
Stores and manages formatting of bulleted and numbered lists used in a Document in Java....and numbered lists used in a document. To learn more, visit the...the Working with Lists documentation article. Remarks: A list in...