Sort Score
Result 10 results
Languages All
Labels All
Results 8,121 - 8,130 of 180,174 for

doc

(0.11 sec)
  1. Document.HasMacros | Aspose.Words for .NET

    Discover if your Document contains VBA project macros with the HasMacros property. Enhance automation and efficiency in your workflows today!... Document doc = new Document ( MyDir + "Macro...DocumentBuilder ( doc ); Assert . That ( doc . HasMacros , Is...

    reference.aspose.com/words/net/aspose.words/doc...
  2. FieldRD.FileName | Aspose.Words for .NET

    Discover how the FieldRD FileName property simplifies file management by easily setting names for generating your table of contents and indexes.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Use a document builder...

    reference.aspose.com/words/net/aspose.words.fie...
  3. AsposeWordsPrintDocument.ColorPagesPrinted | As...

    Discover the Aspose.Words PrintDocument ColorPagesPrinted property to efficiently track the number of pages printed in vibrant color. Maximize your printing insights!... Document doc = new Document ( MyDir + "Rendering...PrinterSettings . MaximumPage = doc . PageCount ; printDlg . PrinterSettings...

    reference.aspose.com/words/net/aspose.words.ren...
  4. Android API to Render XPS to DOT | products.asp...

    Transform XPS to DOT via Android via Java API...step is to convert XPS file to DOC using Aspose.PDF for Android...PDF, it can be converted to DOC using the same API. The second...

    products.aspose.com/total/android-java/conversi...
  5. Android API to Render SVG to XAMLFLOW | product...

    Transform SVG to XAMLFLOW via Android via Java API...used to convert SVG file to DOC. It is a powerful PDF manipulation...can be used to convert SVG to DOC. The Aspose.Words for Android...

    products.aspose.com/total/android-java/conversi...
  6. FieldPageRef | Aspose.Words for Java

    Implements the PAGEREF field in Java....throws Exception { Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); insertAndNameBookmar(builder...

    reference.aspose.com/words/java/com.aspose.word...
  7. Add Bookmarks|Aspose.Words for Java

    Add bookmarks to a Document easily and fast instead of using Docx4j.... Java Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . startBookmark (...

    docs.aspose.com/words/java/add-bookmarks/
  8. PdfSaveOptions.save_format property | Aspose.Wo...

    PdfSaveOptions.save_format property. Specifies the format in which the Document will be saved if this save options object is used... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert headings that can...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Aspose::Words::Saving::ImageSaveOptions::ImageS...

    Aspose::Words::Saving::ImageSaveOptions::ImageSaveOptions constructor. Initializes a new instance of this class that can be used to save rendered images in the Tiff, Png, Bmp, Jpeg, Emf, Eps, WebP or Svg format in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); builder -> InsertImage ( get_ImageDir...

    reference.aspose.com/words/cpp/aspose.words.sav...
  10. FieldBibliography | Aspose.Words for Java

    Implements the BIBLIOGRAPHY field in Java.... Document doc = new Document(getMyDir() + "Bibliography...builder = new DocumentBuilder(doc); builder.write("Text to be cited...

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