Sort Score
Result 10 results
Languages All
Labels All
Results 6,931 - 6,940 of 180,901 for

doc

(0.21 sec)
  1. Document.NodeType | Aspose.Words for .NET

    Explore the Document NodeType property to unlock essential Document details and enhance your data management. Discover its benefits today!...RecurseChildren () { Document doc = new Document ( MyDir + "Paragraphs...is composite. Assert . That ( doc . IsComposite , Is . True );...

    reference.aspose.com/words/net/aspose.words/doc...
  2. Table.setShading method | Aspose.Words for Node.js

    Table.setShading method. Sets shading to the specified values on whole table.... let doc = new aw . Document ( base ...."Tables.docx" ); let table = doc . firstSection . body . tables...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Aspose::Words::ParagraphFormat::get_LeftIndent ...

    Aspose::Words::ParagraphFormat::get_LeftIndent method. Gets or sets the value (in points) that represents the left indent for paragraph in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Center all text that the...

    reference.aspose.com/words/cpp/aspose.words/par...
  4. Aspose::Words::Font::get_Kerning method | Aspos...

    Aspose::Words::Font::get_Kerning method. Gets or sets the font size at which kerning starts in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); builder -> get_Font () ->...

    reference.aspose.com/words/cpp/aspose.words/fon...
  5. Aspose::Words::ParagraphFormat::get_RightIndent...

    Aspose::Words::ParagraphFormat::get_RightIndent method. Gets or sets the value (in points) that represents the right indent for paragraph in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Center all text that the...

    reference.aspose.com/words/cpp/aspose.words/par...
  6. Aspose::Words::Underline enum | Aspose.Words fo...

    Aspose::Words::Underline enum. Indicates type of the underline applied to a font in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); builder -> Write ( u "For...

    reference.aspose.com/words/cpp/aspose.words/und...
  7. Section.NodeType | Aspose.Words for .NET

    Discover the Section NodeType property that efficiently returns Section data, enhancing your site's structure and performance. Unlock seamless navigation today!...RecurseChildren () { Document doc = new Document ( MyDir + "Paragraphs...is composite. Assert . That ( doc . IsComposite , Is . True );...

    reference.aspose.com/words/net/aspose.words/sec...
  8. PdfDigitalSignatureDetails.Reason | Aspose.Word...

    Discover the PdfDigitalSignatureDetails Reason property to easily manage and customize your Document signing reasons for enhanced security and compliance.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Writeln ( "Contents...

    reference.aspose.com/words/net/aspose.words.sav...
  9. BorderCollection.Left | Aspose.Words for .NET

    Discover the BorderCollection Left property, effortlessly access and customize the left border for enhanced design flexibility and visual appeal.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Start a table and set a...

    reference.aspose.com/words/net/aspose.words/bor...
  10. LayoutOptions | Aspose.Words for Java

    Holds the options that allow controlling the Document layout process in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Insert hidden text, then...

    reference.aspose.com/words/java/com.aspose.word...