Sort Score
Result 10 results
Languages All
Labels All
Results 3,091 - 3,100 of 89,964 for

doc format

(0.77 sec)
  1. Aspose::Words::CompositeNode::GetChild method |...

    Aspose::Words::CompositeNode::GetChild method. Returns an Nth child node that matches the specified type in C++.... auto doc = System :: MakeObject < Aspose...Aspose :: Words :: Paragraph > ( doc -> GetChild ( Aspose :: Words...

    reference.aspose.com/words/cpp/aspose.words/com...
  2. Aspose::Words::FileFormatUtil::LoadFormatToSave...

    Aspose::Words::FileFormatUtil::LoadFormatToSaveFormat method. Converts a LoadFormat value to a SaveFormat value if possible in C++....FileFormatUtil methods to detect the format of a document. // Load a document...extension, and then detect its file format. { System :: SharedPtr < System...

    reference.aspose.com/words/cpp/aspose.words/fil...
  3. RevisionGroup | Aspose.Words for Java

    Represents a group of sequential Revision objects in Java.... Document doc = new Document(getMyDir() + "Revisions...docx"); Assert.assertEquals(7, doc.getRevisions().getGroups().getCount());...

    reference.aspose.com/words/java/com.aspose.word...
  4. RevisionGroup.Text | Aspose.Words for .NET

    Explore the RevisionGroup Text property to access inserted, deleted, or moved text, enhancing your Document's Formatting insights and editing efficiency....inserted/deleted/moved text or description of format change. public string Text...revisions in a document. Document doc = new Document ( MyDir + "Revisions...

    reference.aspose.com/words/net/aspose.words/rev...
  5. Convert a Document to an Image in C#|Aspose.Wor...

    Convert a Document to image Format (JPG, PNG, etc). Create a Document preview or create a Document scan to send an invoice using C#....instead of documents in other formats, such as DOCX or PDF. For example...document in any supported load format to an image, again, in any...

    docs.aspose.com/words/net/convert-a-document-to...
  6. FieldCreateDate | Aspose.Words for Java

    Implements the CREATEDATE field in Java....provides typed access to field’s formatting. getLocaleId() Gets the LCID...displays in the document. Document doc = new Document(); DocumentBuilder...

    reference.aspose.com/words/java/com.aspose.word...
  7. OoxmlSaveOptions.KeepLegacyControlChars | Aspos...

    Discover OoxmlSaveOptions' KeepLegacyControlChars property to maintain the original Format of legacy control characters for seamless Document conversion.... Document doc = new Document ( MyDir + "Legacy..."Legacy control character.doc" ); // When we save the document to...

    reference.aspose.com/words/net/aspose.words.sav...
  8. Document.PageCount | Aspose.Words for .NET

    Discover the Document PageCount property, which reveals the total page count based on the latest layout, ensuring accurate Document management and insights.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Write ( "Page 1"...

    reference.aspose.com/words/net/aspose.words/doc...
  9. ShapeBase.alternativeText property | Aspose.Wor...

    ShapeBase.alternativeText property. Defines alternative text to be displayed instead of a graphic.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let shape = builder . insertShape...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. ShapeBase.name property | Aspose.Words for Node.js

    ShapeBase.name property. Gets or sets the optional shape name.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let shape = builder . insertShape...

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