Sort Score
Result 10 results
Languages All
Labels All
Results 8,391 - 8,400 of 89,980 for

doc format

(0.32 sec)
  1. FieldEnd Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldEnd class, which efficiently handles Word field endings in Documents, enhancing your Document processing capabilities....Provides access to the font formatting of this object. HasSeparator...{ get; } Returns true if formatting of the object was changed...

    reference.aspose.com/words/net/aspose.words.fie...
  2. Convert ICS to EMF in Python | products.aspose.com

    Save ICS to EMF in your Python applications without using Microsoft Outlook or Word...ICS (iCalendar) is a popular format for exchanging calendar information...them to other formats. One of the most popular formats for exchanging...

    products.aspose.com/total/python-net/conversion...
  3. Aspose::Words::Fields::Field::get_IsDirty metho...

    Aspose::Words::Fields::Field::get_IsDirty method. Gets or sets whether the current result of the field is no longer correct (stale) due to other modifications made to the Document in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Give the document's built-in...

    reference.aspose.com/words/cpp/aspose.words.fie...
  4. Convert OST to JPEG in Python | products.aspose...

    Save OST to JPEG in your Python applications without using Microsoft Outlook or Word... JPEG is a popular image format that is used to store digital...various APIs dealing different formats including Email, Images and...

    products.aspose.com/total/python-net/conversion...
  5. C# Split DOCX

    Split DocX files into e pages using C# code. Save DocX as separate files using C#....result to the required file format using the 'Document.Save' method...Run code Output format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM...

    products.aspose.com/words/net/split/docx/
  6. C# Split TXT

    Split TXT files into e pages using C# code. Save TXT as separate files using C#....result to the required file format using the 'Document.Save' method...Run code Output format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM...

    products.aspose.com/words/net/split/txt/
  7. 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...
  8. Aspose::Words::CleanupOptions::get_UnusedStyles...

    Aspose::Words::CleanupOptions::get_UnusedStyles method. Specifies whether unused styles should be removed from Document. Default value is true in C++.... auto doc = System :: MakeObject < Aspose...Aspose :: Words :: Document > (); doc -> get_Styles () -> Add ( Aspose...

    reference.aspose.com/words/cpp/aspose.words/cle...
  9. Aspose::Words::CleanupOptions::get_UnusedBuilti...

    Aspose::Words::CleanupOptions::get_UnusedBuiltinStyles method. Specifies that unused BuiltIn styles should be removed from Document in C++.... auto doc = System :: MakeObject < Aspose...Aspose :: Words :: Document > (); doc -> get_Styles () -> Add ( Aspose...

    reference.aspose.com/words/cpp/aspose.words/cle...
  10. How to Add PPTX Slide Content to an Aspose.Word...

    hi, I am developing quite a complex logic: I am having multiple sources of Documents ( fill in a coversheet, add sharepoint Documents, fill in html template with data) that needs be collated and converted to a pdf. I h…...need to preserve the slides format as they are originally (style...pdf does respects the slides format /orientation as landscape and...

    forum.aspose.com/t/how-to-add-pptx-slide-conten...