Discover the ListLevel NumberStyle property to easily customize and set number styles for your lists, enhancing organization and clarity.... Document doc = new Document (); // A list...list levels. List docList = doc . Lists . Add ( ListTemplate...
MarkdownSaveOptions.export_images_as_base64 property. Specifies whether images are saved in Base64 format to the output file... doc = aw . Document ( MY_DIR + 'Images...4 = export_images_as_base64 doc . save ( ARTIFACTS_DIR + 'MarkdownSaveOptions...
Aspose::Words::Drawing::OleFormat::get_SourceFullName method. Gets or sets the path and name of the source file for the linked OLE object in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Embed a Microsoft Visio...
Aspose::Words::Drawing::OleFormat::get_IconCaption method. Gets icon caption of OLE object. In case if the OLE object does not have an icon or a caption cannot be retrieved, returns an empty string in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Embed a Microsoft Visio...
Aspose::Words::Fields::FieldArgumentBuilder::AddText method. Adds a plain text to the argument in C++.... auto doc = System :: MakeObject < Aspose...builder -> BuildAndInsert ( doc -> get_FirstSection () -> get_Body...
Represents a collection of ChartSeriesGroup objects in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); Shape shape = builder.insertChart(ChartType...