Aspose::Words::Properties::CustomDocumentProperties::Add method. Creates a new custom Document property of the Boolean data type in C++.... auto doc = System :: MakeObject < Aspose...CustomDocumentProper > properties = doc -> get_CustomDocumentProper ();...
Convert TEXT to PNG Format in Python code. Save TEXT as PNG using Python....PNG, and many other document formats using Python. PNG Node Python...transform text to PNG image format with just a few lines of Python...
Convert TEXT to SVG Format in Python code. Save TEXT as SVG using Python....SVG, and many other document formats using Python. SVG Node Python...transform text to SVG image format with just a few lines of Python...
Aspose::Words::Vba::VbaProject class. Provides access to VBA project inFormation. A VBA project inside the Document is defined as a collection of VBA modules. To learn more, visit the Documentation article in C++.... auto doc = System :: MakeObject < Aspose...:: VbaProject > vbaProject = doc -> get_VbaProject (); std ::...
Aspose::Words::Loading::LoadOptions::get_IgnoreOleData method. Specifies whether to ignore the OLE data in C++....in a case when destination format does not support OLE objects...in a case when destination format does not support OLE objects...
TxtSaveOptions.save_Format property. Specifies the Format in which the Document will be saved if this save options object is used...save_format property TxtSaveOptions.save_format property Specifies...Specifies the format in which the document will be saved if this...
Aspose::Words::Node::NodeTypeToString method. A utility method that converts a node type enum value into a user friendly string in C++.... auto doc = System :: MakeObject < Aspose...Aspose :: Words :: Node > node = doc -> get_FirstSection () -> get_Body...
Aspose::Words::CompositeNode::get_FirstChild method. Gets the first child of the node in C++.... auto doc = System :: MakeObject < Aspose...Aspose :: Words :: Node > node = doc -> get_FirstSection () -> get_Body...
Convert a Word Document to PDF Format in Python code. Save a Word Document as PDF using Python....PDF, and many other document formats using Python. PDF Node Python...easily convert files from one format to another, making it an indispensable...
ParagraphFormat.left_indent property. Gets or sets the value (in points) that represents the left indent for paragraph....paragraph formatting to create off-center text. doc = aw . Document...= aw . DocumentBuilder ( doc = doc ) # Center all text that the...