Aspose::Words::Drawing::ShapeBase::get_RelativeVerticalPosition method. Specifies relative to what the shape is positioned vertically in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Insert a floating image...
Bookmark.remove method. Removes the bookmark from the Document... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Insert five bookmarks with...
Aspose::Words::Replacing::FindReplaceOptions::get_IgnoreDeleted method. Gets or sets a boolean value indicating either to ignore text inside delete revisions. The default value is false in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); builder -> Writeln ( u "Hello...
Aspose.Words.Saving.SvgTextOutputMode enumeration. Allows to specify how text inside a Document should be rendered when saving in SVG format.... let doc = new aw . Document ( base ....SvgTextOutputMode . UsePlacedGlyphs ; doc . save ( base . artifactsDir...
Aspose::Words::Comment::RemoveAllReplies method. Removes all replies to this comment in C++.... auto doc = System :: MakeObject < Aspose...Aspose :: Words :: Comment > ( doc , u "John Doe" , u "J.D." , System...
SaveOptions.memoryOptimization property. Gets or sets value determining if memory optimization should be performed before saving the Document... let doc = new aw . Document ( base ....memoryOptimization = memoryOptimization ; doc . save ( base . artifactsDir...
Aspose::Words::Shading::get_Texture method. Gets or sets the shading texture in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); System :: SharedPtr < Aspose...