Sort Score
Result 10 results
Languages All
Labels All
Results 5,431 - 5,440 of 157,218 for

doc

(0.07 sec)
  1. ListCollection class | Aspose.Words for Python

    aspose.words.lists.ListCollection class. Stores and manages formatting of bulleted and numbered lists used in a Document... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) self . assertFalse ( builder...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Style.priority property | Aspose.Words for Node.js

    Style.priority property. Gets/sets the integer value that represents the priority for sorting the styles in the Styles task pane.... let doc = new aw . Document (); let styleTitle = doc . styles...styleTitle . semiHidden = true ; doc . save ( base . artifactsDir...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. SplitOptions.SplitCriteria | Aspose.Words for .NET

    Discover how the SplitOptions SplitCriteria property enhances Document management by efficiently dividing your content into manageable sections.... string doc = MyDir + "Big document.docx".... Page ; Splitter . Split ( doc , ArtifactsDir + "LowCode.SplitDocument...

    reference.aspose.com/words/net/aspose.words.low...
  4. ParagraphFormat.BaselineAlignment | Aspose.Word...

    Optimize your text layout with the ParagraphFormat BaselineAlignment property, allowing precise control over font vertical positioning for enhanced readability.... Document doc = new Document ( MyDir + "Office...); ParagraphFormat format = doc . FirstSection . Body . Paragraphs...

    reference.aspose.com/words/net/aspose.words/par...
  5. PageSetup.textColumns property | Aspose.Words f...

    PageSetup.textColumns property. Returns a collection that represents the set of text columns.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let columns = builder . pageSetup...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Aspose::Words::Fields::FieldArgumentBuilder::Ad...

    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...

    reference.aspose.com/words/cpp/aspose.words.fie...
  7. HelloWorld Example in PHP|Aspose.Words for .NET

    Building Documents from scratch using Aspose.Words for .NET in PHP via COM in C#....' ; $doc = new \COM ( "Aspose.Words.Document"...Document = $doc ; $builder -> Write ( "Hello world!" ); $doc -> Save...

    docs.aspose.com/words/net/helloworld-example-in...
  8. DocumentBuilder.EndRow | Aspose.Words for .NET

    Effortlessly end table rows in your Documents with DocumentBuilder's EndRow method. Streamline your formatting and enhance Document clarity!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Insert a cell into the...

    reference.aspose.com/words/net/aspose.words/doc...
  9. AdjustmentCollection.count property | Aspose.Wo...

    AdjustmentCollection.count property. Gets the number of elements contained in the collection.... doc = aw . Document ( file_name =...rectangle shape.docx' ) shape = doc . get_child ( aw . NodeType ...

    reference.aspose.com/words/python-net/aspose.wo...
  10. FormField.TextInputDefault | Aspose.Words for .NET

    Discover the FormField TextInputDefault property, easily set default text or calculations for your forms, enhancing user experience and data accuracy....public void Visitor () { Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Use a document builder...

    reference.aspose.com/words/net/aspose.words.fie...