Sort Score
Result 10 results
Languages All
Labels All
Results 8,451 - 8,460 of 144,626 for

doc

(0.28 sec)
  1. CommentDisplayMode | Aspose.Words for Java

    Specifies the rendering mode for Document comments in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); builder.write("Hello world...

    reference.aspose.com/words/java/com.aspose.word...
  2. BaselineAlignment Enum | Aspose.Words for .NET

    Discover Aspose.Words.BaselineAlignment enum for precise font positioning. Enhance your Document formatting with optimal vertical alignment options.... Document doc = new Document ( MyDir + "Office...); ParagraphFormat format = doc . FirstSection . Body . Paragraphs...

    reference.aspose.com/words/net/aspose.words/bas...
  3. PdfDigitalSignatureDetails | Aspose.Words for Java

    Contains details for signing a PDF Document with a digital signature in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); builder.writeln("Contents of...

    reference.aspose.com/words/java/com.aspose.word...
  4. Body class | Aspose.Words for Python

    aspose.words.Body class. Represents a container for the main text of a section...Constructors Name Description Body(doc) Initializes a new instance of...Aspose.Words document by hand. doc = aw . Document () # A blank...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Border.shadow property | Aspose.Words for Node.js

    Border.shadow property. Gets or sets a value indicating whether the border has a shadow.... let doc = new aw . Document (); let pageSetup = doc . sections.... borders . shadow = true ; doc . save ( base . artifactsDir...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. FieldNumChars | Aspose.Words for Java

    Implements the NUMCHARS field in Java.... Document doc = new Document(getMyDir() + "Paragraphs...builder = new DocumentBuilder(doc); builder.moveToHeaderFooter(HeaderFooterType...

    reference.aspose.com/words/java/com.aspose.word...
  7. Field | Aspose.Words for Java

    Represents a Microsoft Word Document field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); Field dateField = builder.insertField("DATE...

    reference.aspose.com/words/java/com.aspose.word...
  8. VbaModule.Clone | Aspose.Words for .NET

    Effortlessly duplicate your VbaModule with the Clone method. Streamline your coding process and enhance productivity with this powerful feature.... Document doc = new Document ( MyDir + "VBA...VbaProject copyVbaProject = doc . VbaProject . Clone (); destDoc...

    reference.aspose.com/words/net/aspose.words.vba...
  9. TabStopCollection.removeByIndex method | Aspose...

    TabStopCollection.removeByIndex method. Removes a tab stop at the specified index from the collection.... let doc = new aw . Document (); let tabStops = doc . firstSection...tabStops . count ). toEqual ( 1 ); doc . save ( base . artifactsDir...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Font.Spacing | Aspose.Words for .NET

    Discover the Font Spacing property to easily adjust character spacing in points. Enhance readability and design with precise typographic control.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Add run of text and increase...

    reference.aspose.com/words/net/aspose.words/fon...