Sort Score
Result 10 results
Languages All
Labels All
Results 7,541 - 7,550 of 18,490 for

docx to doc

(2.79 sec)
  1. RevisionOptions.InsertCellColor | Aspose.Words ...

    CusTomize your spreadsheet with the InsertCellColor property in RevisionOptions. Choose your preferred color for inserted cells—default is blue!...Document doc = new Document ( MyDir + "Cell revisions.docx" ); doc...RevisionColor . LightBlue ; doc . LayoutOptions . RevisionOptions...

    reference.aspose.com/words/net/aspose.words.lay...
  2. RevisionOptions.DeleteCellColor | Aspose.Words ...

    CusTomize your spreadsheet with the RevisionOptions DeleteCellColor property. Easily set a unique color for deleted cells, enhancing clarity and organization....Document doc = new Document ( MyDir + "Cell revisions.docx" ); doc...RevisionColor . LightBlue ; doc . LayoutOptions . RevisionOptions...

    reference.aspose.com/words/net/aspose.words.lay...
  3. HeaderFooter.is_linked_to_previous property | A...

    HeaderFooter.is_linked_To_previous property. True if this header or footer is linked To the corresponding header or footer in the previous section.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . write ( 'Section...

    reference.aspose.com/words/python-net/aspose.wo...
  4. FieldIncludePicture | Aspose.Words for Java

    Implements the INCLUDEPICTURE field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Below are two similar field...

    reference.aspose.com/words/java/com.aspose.word...
  5. WriteProtection.set_password method | Aspose.Wo...

    WriteProtection.set_password method. Sets the write protection password for the Document.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'Hello...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Font.number_spacing property | Aspose.Words for...

    Font.number_spacing property. Gets or sets the spacing type of the numeral being displayed.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # This effect is only supported...

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

    Discover the Aspose.Words.WatermarkType enum for easy watermark cusTomization in Documents. Enhance your projects with versatile watermark options!... Document doc = new Document (); // Add a plain...plain text watermark. doc . Watermark . SetText ( "Aspose Watermark"...

    reference.aspose.com/words/net/aspose.words/wat...
  8. Shape.FirstParagraph | Aspose.Words for .NET

    Retrieve the first paragraph of a shape effortlessly. Enhance your Document's layout with our easy-To-use Shape FirstParagraph feature.... Document doc = new Document (); // Create...Shape textBox = new Shape ( doc , ShapeType . TextBox ); textBox...

    reference.aspose.com/words/net/aspose.words.dra...
  9. FieldNumChars | Aspose.Words for Java

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

    reference.aspose.com/words/java/com.aspose.word...
  10. 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...