Sort Score
Result 10 results
Languages All
Labels All
Results 2,991 - 3,000 of 157,153 for

doc

(0.06 sec)
  1. Aspose::Words::Comment::SetText method | Aspose...

    Aspose::Words::Comment::SetText method. This is a convenience method that allows to easily set text of the comment in C++.... auto doc = MakeObject < Document > ();...DocumentBuilder > ( doc ); auto comment = MakeObject < Comment > ( doc , u "John...

    reference.aspose.com/words/cpp/aspose.words/com...
  2. ParagraphFormat.clearFormatting method | Aspose...

    ParagraphFormat.clearFormatting method. Resets to default paragraph formatting.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // A list allows us to organize...

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

    Discover Aspose.Words.Drawing.ReflectionFormat class for advanced object reflection formatting. Enhance your Document design with seamless integration!... Document doc = new Document ( MyDir + "Various...docx" ); Shape shape = ( Shape ) doc . GetChild ( NodeType . Shape...

    reference.aspose.com/words/net/aspose.words.dra...
  4. ResourceLoadingAction Enum | Aspose.Words for .NET

    Discover the Aspose.Words.ResourceLoadingAction enum for efficient resource loading modes. Enhance your Document processing with optimized performance!...ResourceLoadingCallb () { Document doc = new Document (); doc . ResourceLoadingCallb...builder = new DocumentBuilder ( doc ); // Images usually are inserted...

    reference.aspose.com/words/net/aspose.words.loa...
  5. CompositeNode.CreateNavigator | Aspose.Words fo...

    Discover the CompositeNode CreateNavigator method to effortlessly traverse and read nodes, enhancing your data navigation experience....Document doc = new Document (); XPathNavigator navigator = doc . CreateNavigator...docBuilder = new DocumentBuilder ( doc ); docBuilder . Write ( "Section...

    reference.aspose.com/words/net/aspose.words/com...
  6. Style.list property | Aspose.Words for Node.js

    Style.list property. Gets the list that defines formatting of this list style.... let doc = new aw . Document (); // A...within a style. let listStyle = doc . styles . add ( aw . StyleType...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. SignOptions.ProviderId | Aspose.Words for .NET

    Discover the SignOptions ProviderId property, defining your signature provider's class ID. Easily customize with a unique GUID for optimal performance.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); SignatureLineOptions signatureLineOptions...

    reference.aspose.com/words/net/aspose.words.dig...
  8. FieldOptions.ToaCategories | Aspose.Words for .NET

    Discover FieldOptions ToaCategories. Easily manage and customize your table of authorities categories for enhanced organization and efficiency.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // TOA fields can filter their...

    reference.aspose.com/words/net/aspose.words.fie...
  9. PageSetup.PageStartingNumber | Aspose.Words for...

    Discover the PageSetup PageStartingNumber property to easily customize your Document's starting page number for enhanced organization and clarity.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Writeln ( "Section...

    reference.aspose.com/words/net/aspose.words/pag...
  10. ParagraphFormat.style_identifier property | Asp...

    ParagraphFormat.style_identifier property. Gets or sets the locale independent style identifier of the paragraph style applied to this formatting.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert a table of contents...

    reference.aspose.com/words/python-net/aspose.wo...