Aspose::Words::Saving::TxtListIndentation::get_Count method. Gets or sets how many Character to use as indentation per one list level. The default value is 0, that means no indentation in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Create a list with three...
Aspose.Words.DropCapPosition enumeration. Specifies the position for a drop cap text.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Insert one paragraph with...
Convert a Word Document to PNG Format in Java code. Save a Word Document as PNG using Java....PNG, and many other document formats using Java. PNG Node Python...developer can convert Word to PNG format with just a few lines of Java...
Convert a Word Document to JPG Format in C# code. Save a Word Document as JPG using C#....JPG, and many other document formats using C#, F#, VB.NET. JPG Node...developer can convert Word to JPG format with just a few lines of C#...
Convert a Word Document to Image Format in C# code. Save a Word Document as Image using C#....image, and many other document formats using C#, F#, VB.NET. JPG Node...a Word document to an image format programmatically? With Aspose...
ParagraphFormat.rightIndent property. Gets or sets the value (in points) that represents the right indent for paragraph....paragraph formatting to create off-center text. let doc = new aw...= new aw . DocumentBuilder ( doc ); // Center all text that the...
ParagraphFormat.leftIndent property. Gets or sets the value (in points) that represents the left indent for paragraph....paragraph formatting to create off-center text. let doc = new aw...= new aw . DocumentBuilder ( doc ); // Center all text that the...
Aspose::Words::Markup::CustomXmlPartCollection::RemoveAt method. Removes an item at the specified index in C++.... auto doc = System :: MakeObject < Aspose...:: CustomXmlPart > xmlPart = doc -> get_CustomXmlParts () -> Add...
Aspose::Words::Vba::VbaModuleCollection::Remove method. Removes the specified module from the collection in C++.... auto doc = System :: MakeObject < Aspose...:: VbaProject > vbaProject = doc -> get_VbaProject (); std ::...