Sort Score
Result 10 results
Languages All
Labels All
Results 3,541 - 3,550 of 223,108 for

new

(0.22 sec)
  1. StructuredDocumentTag.placeholder property | As...

    StructuredDocumentTag.placeholder property. Gets the [BuildingBlock](../../../aspose.words/buildingblock/) containing placeholder text which should be displayed when this SDT run contents are empty, the associated mapped XML element is empty as specified via the [StructuredDocumentTag.xmlMapping](../xmlMapping/) element or the [StructuredDocumentTag.isShowingPlaceholderText](../isShowingPlaceholderText/) element is ``true``.... let doc = new aw . Document (); // Insert a...enter text." prompt. let tag = new aw . Markup . StructuredDocumentTa...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. MemoryFontSource Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fonts.MemoryFontSource class, enabling seamless access to TrueType fonts stored in memory for enhanced document processing....MemoryFontSource memoryFontSource = new MemoryFontSource ( fontBytes...Document doc = new Document (); doc . FontSettings = new FontSettings...

    reference.aspose.com/words/net/aspose.words.fon...
  3. Default resources for textfield does not allow ...

    We are working with the full Aspose package - currently the HTML and PDF packages are the main ones being used. We are running into an issue with embedded fonts not actually being fully embedded or at least not being usa…...Blue; var folder = new FolderFontSource("" "SomePathTo\fonts"...= true; using var document = new Aspose.Pdf.Document(); var page...

    forum.aspose.com/t/default-resources-for-textfi...
  4. IImageSavingCallback | Aspose.Words for Java

    Implement this interface if you want to control how Aspose.Words saves images when saving a document to HTML in Java....throws Exception { Document doc = new Document(getMyDir() + "Rendering...MarkdownSaveOptions saveOptions = new MarkdownSaveOptions(); // If...

    reference.aspose.com/words/java/com.aspose.word...
  5. While converting PDF to PPTX using aspose.pdf i...

    Hi team, Could you please advise why whenever we convert pdf file to pptx using aspose.pdf library, filled bullet icons of bullet list are displayed as broken icons in MS Powerpoint? Screenshot of the PowerPoint screen…...readAllBytes(); try (Document srcDoc = new Document(pdf)) { FileOutputStream...FileOutputStream fileOutputStream = new FileOutputStream("failing_pptx_file...

    forum.aspose.com/t/while-converting-pdf-to-pptx...
  6. IHyphenationCallback | Aspose.Words for Java

    Implemented by classes which can register hyphenation dictionaries in Java....WarningInfoCollectio warningInfoCollectio = new WarningInfoCollectio(); Hyphenation...InputStream dictionaryStream = new FileInputStream(getMyDir() +...

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

    Length of the arrow at the end of a line in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...the right end: Shape arrow = new Shape(doc, ShapeType.LINE); arrow...

    reference.aspose.com/words/java/com.aspose.word...
  8. Redact PDF using C# | Aspose.PDF

    Redact PDF documents programmatically with C# sample code using Aspose.PDF for .NET...pdf" ); var pdfDocument = new Aspose . Pdf . Document ( inputFile...; var textFragmentAbsorber = new Aspose . Pdf . Text . TextFragmentAbsorber...

    products.aspose.com/pdf/net/redaction/
  9. List.IsRestartAtEachSection | Aspose.Words for ...

    Discover the IsRestartAtEachSection property to control list numbering in sections. Enhance document organization with this easy-to-use feature!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder... OoxmlSaveOptions options = new OoxmlSaveOptions { Compliance...

    reference.aspose.com/words/net/aspose.words.lis...
  10. FindReplaceOptions.smartParagraphBreakReplaceme...

    FindReplaceOptions.smartParagraphBreakReplacement property. Gets or sets a boolean value indicating either it is allowed to replace paragraph break when there is no next sibling paragraph....let doc = new aw . Document (); let builder = new aw . DocumentBuilder.... writeln (); let options = new aw . Replacing . FindReplaceOptions...

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