Aspose::Words::Fields::FieldArgumentBuilder::AddNode method. Adds a node to the argument in C++.... auto doc = System :: MakeObject < Aspose...builder -> BuildAndInsert ( doc -> get_FirstSection () -> get_Body...
Aspose::Words::Lists::ListLevelCollection::idx_get method. Gets a list level by index in C++.... auto doc = System :: MakeObject < Aspose...Words :: Lists :: List > list = doc -> get_Lists () -> Add ( Aspose...
Optimize text layout with the HyphenationZone property. Control hyphenation distance from the right margin for cleaner, professional Documents.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Font . Size = 24...
Aspose.Words.Settings.ViewOptions class. Provides various options that control how a Document is shown in Microsoft Word... let doc = new aw . Document (); let builder...DocumentBuilder ( doc ); builder . writeln ( "Hello world!" ); doc . viewOptions...
Style.baseStyleName property. Gets/sets the name of the style this style is based on.... let doc = new aw . Document ( base ....separate alias. let style = doc . styles . at ( "MyStyle" );...
Document.automatically_update_styles property. Gets or sets a flag indicating whether the styles in the Document are updated to match the styles in the attached template each time the Document is opened in MS Word.... doc = aw . Document () # Microsoft...documents. self . assertEqual ( '' , doc . attached_template ) # Attach...
SoftEdgeFormat.remove method. Removes [SoftEdgeFormat](../) from the parent object.... let doc = new aw . Document ( base ..... maxImageResolution = 72 ; doc . save ( base . artifactsDir...