Sort Score
Result 10 results
Languages All
Labels All
Results 1,671 - 1,680 of 30,980 for

doc

(0.04 sec)
  1. PageInfo.paperSize property | Aspose.Words for ...

    PageInfo.paperSize property. Gets the paper size as enumeration.... let doc = new aw . Document ( base ....PrinterSettings (). PaperSources ; doc . firstSection . pageSetup ....

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. PageInfo.widthInPoints property | Aspose.Words ...

    PageInfo.widthInPoints property. Gets the width of the page in points.... let doc = new aw . Document ( base ....PrinterSettings (). PaperSources ; doc . firstSection . pageSetup ....

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. ParagraphFormat.SpaceBefore | Aspose.Words for ...

    Discover the ParagraphFormat SpaceBefore property to easily adjust paragraph spacing in points, enhancing your Document's readability and style.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Apply a large amount of...

    reference.aspose.com/words/net/aspose.words/par...
  4. ListFormat.removeNumbers method | Aspose.Words ...

    ListFormat.removeNumbers method. Removes numbers or bullets from the current paragraph and sets list level to zero.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . writeln ( "Aspose...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Converter.Create | Aspose.Words for .NET

    Create a new instance of the converter processor effortlessly with our powerful Converter Create method for seamless data transformation.... string doc = MyDir + "Big document.docx"...ConverterContext ()) . From ( doc ) . To ( ArtifactsDir + "LowCode...

    reference.aspose.com/words/net/aspose.words.low...
  6. ParagraphFormat.no_space_between_paragraphs_of_...

    ParagraphFormat.no_space_between_paragraphs_of_same_style property. When ``True``, [ParagraphFormat.space_before](../space_before/) and [ParagraphFormat.space_after](../space_after/) will be ignored between the paragraphs of the same style.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Apply a large amount of...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Table constructor | Aspose.Words for Python

    Table constructor. Initializes a new instance of the [Table](../) class....Table constructor Table(doc) Initializes a new instance of the...class. def __init__ ( self , doc : aspose . words . DocumentBase...

    reference.aspose.com/words/python-net/aspose.wo...
  8. ThemeColor Enum | Aspose.Words for .NET

    Discover the Aspose.Words ThemeColor enum for customizing Document themes with vibrant colors, enhancing your Document's visual appeal and professionalism.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Writeln (); // Create...

    reference.aspose.com/words/net/aspose.words.the...
  9. Aspose::Words::Fields::FieldArgumentBuilder::Ad...

    Aspose::Words::Fields::FieldArgumentBuilder::AddNode method. Adds a node to the argument in C++.... auto doc = MakeObject < Document > ();...builder -> BuildAndInsert ( doc -> get_FirstSection () -> get_Body...

    reference.aspose.com/words/cpp/aspose.words.fie...
  10. DocumentBase | Aspose.Words for Java

    Provides the abstract base class for a main Document and a glossary Document of a Word Document in Java.... Document doc = new Document(); Assert.ass...assertEquals(DocumentBase.class, doc.getClass().getSuperclass());...

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