Sort Score
Result 10 results
Languages All
Labels All
Results 3,041 - 3,050 of 197,077 for

new

(0.08 sec)
  1. HtmlSaveOptions.ExportImagesAsBase64 | Aspose.W...

    Discover the HtmlSaveOptions ExportImagesAsBase64 property to save images in Base64 format for optimized HTML, MHTML, or EPUB output. Enhance your document quality!... Document doc = new Document ( MyDir + "Rendering...); HtmlSaveOptions options = new HtmlSaveOptions { ExportFontsAsBase64...

    reference.aspose.com/words/net/aspose.words.sav...
  2. Metered | Aspose.Words for .NET

    Discover our metered constructor for efficient instance initialization. Streamline your coding process with optimized performance and enhanced functionality....Metered constructor Initializes a new instance of this class. public...credit/consumption. // Create a new Metered license, and then print...

    reference.aspose.com/words/net/aspose.words/met...
  3. ShapeBase.HRef | Aspose.Words for .NET

    Discover ShapeBase HRef property to easily manage full hyperlink addresses for your shapes, enhancing your design's interactivity and functionality....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...aspose.com/" ; shape . Target = "New Window" ; shape . ScreenTip =...

    reference.aspose.com/words/net/aspose.words.dra...
  4. FieldInclude | Aspose.Words for Java

    Implements the INCLUDE field in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...

    reference.aspose.com/words/java/com.aspose.word...
  5. Add TOC to Existing PDF in PHP|Aspose.PDF for Java

    Explore how to add a table of contents (TOC) to an existing PDF document in PHP with Aspose.PDF for improved navigation.... $doc = new Document ( $dataDir . "input1...information $toc_info = new TocInfo (); $title = new TextFragment ( "Table...

    docs.aspose.com/pdf/java/add-toc-to-existing-pd...
  6. ImportFormatOptions.KeepSourceNumbering | Aspos...

    Control document numbering with the ImportFormatOptions KeepSourceNumbering property. Easily manage clashes for seamless imports. Default, false.... Document srcDoc = new Document ( MyDir + "List with...source.docx" ); Document dstDoc = new Document ( MyDir + "List with...

    reference.aspose.com/words/net/aspose.words/imp...
  7. BubbleSizeCollection.FormatCode | Aspose.Words ...

    Discover the BubbleSizeCollection FormatCode property to customize bubble sizes effortlessly. Enhance your data visualization with tailored formatting options....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder..."Series1" , new double [] { 1 , 1.9 , 2.45 , 3 }, new double []...

    reference.aspose.com/words/net/aspose.words.dra...
  8. ChartYValueCollection.FormatCode | Aspose.Words...

    Discover the ChartYValueCollection FormatCode property to easily customize Y value formatting. Enhance your data visualization with precision!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder..."Series1" , new double [] { 1 , 1.9 , 2.45 , 3 }, new double []...

    reference.aspose.com/words/net/aspose.words.dra...
  9. ComparerContext Class | Aspose.Words for .NET

    Discover the Aspose.Words LowCode ComparerContext class for efficient document comparison, enhancing your workflow with seamless integration and powerful features....ComparerContext comparerContext = new ComparerContext (); comparerContext...comparerContext . DateTime = new DateTime (); Comparer . Create...

    reference.aspose.com/words/net/aspose.words.low...
  10. Working with Headers|Aspose.Words for Java

    Remove headers from a document easily and fast instead of using Apache POI....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...fs = null ; fs = new POIFSFileSystem ( new FileInputStream (...

    docs.aspose.com/words/java/working-with-headers/