Sort Score
Result 10 results
Languages All
Labels All
Results 7,061 - 7,070 of 157,349 for

doc

(0.08 sec)
  1. Aspose::Words::Drawing::ShapeBase::get_Width me...

    Aspose::Words::Drawing::ShapeBase::get_Width method. Gets or sets the width of the containing block of the shape in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); System :: SharedPtr < Aspose...

    reference.aspose.com/words/cpp/aspose.words.dra...
  2. RevisionGroupCollection.count property | Aspose...

    RevisionGroupCollection.count property. Returns the number of revision groups in the collection.... doc = aw . Document ( file_name =...7 , doc . revisions . groups . count ) for group in doc . revisions...

    reference.aspose.com/words/python-net/aspose.wo...
  3. RevisionGroup.author property | Aspose.Words fo...

    RevisionGroup.author property. Gets the author of this revision group.... doc = aw . Document ( file_name =...7 , doc . revisions . groups . count ) for group in doc . revisions...

    reference.aspose.com/words/python-net/aspose.wo...
  4. XpsSaveOptions | Aspose.Words for .NET

    Discover the XpsSaveOptions constructor to effortlessly create instances for saving Documents in the XPS format, enhancing your Document management efficiency.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Insert headings that can...

    reference.aspose.com/words/net/aspose.words.sav...
  5. Android API to Render MD to DOT | products.aspo...

    Transform MD to DOT via Android via Java API...developers to convert MD files to DOC files. This API provides a wide...ability to convert MD files to DOC, DOCX, HTML, and other formats...

    products.aspose.com/total/android-java/conversi...
  6. Android API to Render CGM to MHTML | products.a...

    Transform CGM to MHTML via Android via Java API...developers to convert CGM files to DOC format. It supports a wide range...formats, including CGM, PDF, DOC, DOCX, HTML, XPS, and many more...

    products.aspose.com/total/android-java/conversi...
  7. Android API to Render EPUB to RTF | products.as...

    Transform EPUB to RTF via Android via Java API...to convert the EPUB file to DOC using Aspose.PDF for Android...EPUB, to DOC. Once the EPUB file has been converted to DOC, the Word...

    products.aspose.com/total/android-java/conversi...
  8. Aspose::Words::ConvertUtil::PixelToPoint method...

    Aspose::Words::ConvertUtil::PixelToPoint method. Converts pixels to points at 96 dpi in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // A section's "Page Setup"...

    reference.aspose.com/words/cpp/aspose.words/con...
  9. IDocumentSavingCallback Interface | Aspose.Word...

    Implement the Aspose.Words.Saving.IDocumentSavingCallback interface to create custom save methods for Documents, enhancing your Document management solutions....saveFormat , string ext ) { Document doc = new Document ( MyDir + "Big...OperationCanceledExc >(() => doc . Save ( ArtifactsDir + $"HtmlSaveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  10. EditableRangeStart | Aspose.Words for Java

    Represents a start of an editable range in a Word Document in Java....Exception { Document doc = new Document(); doc.protect(ProtectionType...builder = new DocumentBuilder(doc); builder.writeln("Hello world...

    reference.aspose.com/words/java/com.aspose.word...