Sort Score
Result 10 results
Languages All
Labels All
Results 7,981 - 7,990 of 18,420 for

docx to doc

(0.4 sec)
  1. Aspose::Words::Font::get_DoubleStrikeThrough me...

    Aspose::Words::Font::get_DoubleStrikeThrough method. True if the font is formatted as double strikethrough text in C++.... auto doc = System :: MakeObject < Aspose...Aspose :: Words :: Paragraph > ( doc -> GetChild ( Aspose :: Words...

    reference.aspose.com/words/cpp/aspose.words/fon...
  2. HyphenationOptions class | Aspose.Words for Python

    aspose.words.settings.HyphenationOptions class. Allows To configure Document hyphenation options... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . font . size = 24...

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

    Discover the Aspose.Words.Watermark class To easily add and cusTomize watermarks in your Documents, enhancing professionalism and branding.... Document doc = new Document (); // Add a plain...plain text watermark. doc . Watermark . SetText ( "Aspose Watermark"...

    reference.aspose.com/words/net/aspose.words/wat...
  4. Comparer.Compare | Aspose.Words for .NET

    Effortlessly compare two Documents with our Compare method. Save differences and track edits and format revisions in a single output file....docx" ; string secondDoc = MyDir...MyDir + "Table column bookmarks.doc" ; Comparer . Compare ( firstDoc...

    reference.aspose.com/words/net/aspose.words.low...
  5. FieldFileName.includeFullPath property | Aspose...

    FieldFileName.includeFullPath property. Gets or sets whether To include the full file path name.... let doc = new aw . Document ( base ...."Document.docx" ); let builder = new aw . DocumentBuilder ( doc ); builder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Table.clear_borders method | Aspose.Words for P...

    Table.clear_borders method. Removes all table and cell borders on this table.... doc = aw . Document ( file_name =...= MY_DIR + 'Tables.docx' ) table = doc . first_section . body...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose::Words::Section::Section constructor | A...

    Aspose::Words::Section::Section construcTor. Initializes a new instance of the Section class in C++....DocumentBase > & doc ) Parameter Type Description doc const Syste...Words document by hand. auto doc = System :: MakeObject < Aspose...

    reference.aspose.com/words/cpp/aspose.words/sec...
  8. Saving a Document as a Multipage TIFF|Aspose.Wo...

    Convert a Document To a multi-page TIFF using Python. To determine how the Document is displayed on the image you need To specify additional options: resolution, number of pages, image binarization, etc.... Converting DOC to Multi-Page TIFF In Aspose...Aspose.Words, conversion from DOC to TIFF can be performed with one...

    docs.aspose.com/words/python-net/saving-a-docum...
  9. Document.UpdateFields | Aspose.Words for .NET

    Revamp your Document with the UpdateFields method—efficiently refresh all field values for enhanced accuracy and seamless editing.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Insert a table of contents...

    reference.aspose.com/words/net/aspose.words/doc...
  10. DocumentSecurity enumeration | Aspose.Words for...

    aspose.words.properties.DocumentSecurity enumeration. Used as a value for the [BuiltInDocumentProperties.security](../builtinDocumentproperties/security/) property... doc = aw . Document () self . assertEqual.... DocumentSecurity . NONE , doc . built_in_document_properties...

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