Sort Score
Result 10 results
Languages All
Labels All
Results 6,281 - 6,290 of 214,446 for

new

(0.11 sec)
  1. SvgSaveOptions.ResourcesFolderAlias | Aspose.Wo...

    Discover the SvgSaveOptions ResourcesFolderAlias property to customize image URIs in SVG documents. Enhance your SVG output with flexible folder naming!...SvgResourceFolder () { Document doc = new Document ( MyDir + "Rendering...); SvgSaveOptions options = new SvgSaveOptions { SaveFormat =...

    reference.aspose.com/words/net/aspose.words.sav...
  2. FindReplaceOptions.ignoreInserted property | As...

    FindReplaceOptions.ignoreInserted property. Gets or sets a boolean value indicating either to ignore text inside insert revisions...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...find-and-replace process. let options = new aw . Replacing . FindReplaceOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. HeaderFooter.headerFooterType property | Aspose...

    HeaderFooter.headerFooterType property. Gets the type of this header/footer.... let doc = new aw . Document (); // Create a...main body text. let header = new aw . HeaderFooter ( doc , aw...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. DocumentBuilder.insertGroupShape method | Aspos...

    Aspose.Words.DocumentBuilder.insertGroupShape method...passed as a parameter into a new GroupShape node which is inserted...position and dimension of the new GroupShape will be calculated...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Extract Tables from PDF using Java | Aspose.PDF

    Extract tables from PDF file programmatically with Java sample code using Aspose.PDF for Java...Java Document pdfDocument = new Document ( DATA_DIR . resolve...()) { TableAbsorber absorber = new TableAbsorber (); absorber ....

    products.aspose.com/pdf/java/table/extract/
  6. DocumentBuilder.PopFont | Aspose.Words for .NET

    Discover the DocumentBuilder PopFont method to effortlessly restore character formatting from the stack, enhancing your document creation process....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...current formatting by applying a new style. builder . Font . StyleIdentifier...

    reference.aspose.com/words/net/aspose.words/doc...
  7. PageSet.All | Aspose.Words for .NET

    Access all document pages in their original order with PageSet All property. Streamline your workflow and enhance document management effortlessly!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...PDF. PdfSaveOptions options = new PdfSaveOptions (); // Below are...

    reference.aspose.com/words/net/aspose.words.sav...
  8. BorderCollection.Bottom | Aspose.Words for .NET

    Discover the BorderCollection Bottom property to easily access and customize your bottom border for enhanced design flexibility and style....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...custom border thickness for all new cells created by the builder...

    reference.aspose.com/words/net/aspose.words/bor...
  9. FieldAddressBlock.FormatAddressOnCountryOrRegio...

    Optimize address formatting with the FieldAddressBlock FormatAddressOnCountryOrRegion property, ensuring compliance with global postal standards for accurate delivery....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...like this. field . LanguageId = new CultureInfo ( "en-US" ). LCID...

    reference.aspose.com/words/net/aspose.words.fie...
  10. Conversion to grayscale|Documentation

    How to convert source images to grayscale before recognition.... AsposeOCR api = new AsposeOCR (); // Apply automatic...PreprocessingFilter filters = new PreprocessingFilter (); filters...

    docs.aspose.com/ocr/java/grayscale/