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...
Contains a collection of GradientStop objects in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); Shape shape = builder.insertShape(ShapeType...
SaveOptions.dmlRenderingMode property. Gets or sets a value determining how DrawingML shapes are rendered.... let doc = new aw . Document ( base ....DmlRenderingMode . DrawingML ); doc . save ( base . artifactsDir...
ShapeBase.left property. Gets or sets the position of the left edge of the containing block of the shape.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) shape = builder . insert_image...
Aspose.Words.Font class. Contains font attributes (font name, font size, color, and so on) for an object... let doc = new aw . Document (); let run...run = new aw . Run ( doc , "Hello world!" ); let font = run ...
EditableRangeEnd.editableRangeStart property. Corresponding [EditableRangeStart](../../editablerangestart/), received by ID.... let doc = new aw . Document (); doc . protect ( aw...= new aw . DocumentBuilder ( doc ); builder . writeln ( "Hello...
Aspose::Words::Notes::FootnoteOptions::get_Position method. Specifies the footnotes position in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // A footnote is a way to...
Aspose::Words::Saving::HtmlSaveOptions::get_NavigationMapLevel method. Specifies the maximum level of headings populated to the navigation map when exporting to EPUB, MOBI, or AZW3 formats. Default value is %3 in C++.... auto doc = System :: MakeObject < Aspose...set_NavigationMapLevel ( 2 ); doc -> Save ( get_ArtifactsDir ()...
Aspose::Words::Drawing::Fill::Patterned method. Sets the specified fill to a pattern in C++.... auto doc = System :: MakeObject < Aspose...Words :: Drawing :: Shape > ( doc -> GetChild ( Aspose :: Words...