Sort Score
Result 10 results
Languages All
Labels All
Results 2,231 - 2,240 of 196,977 for

new

(0.21 sec)
  1. Set the style of the text in a visio page with ...

    Learn how to set the style of the text in a visio page with Aspose.Diagram.... We'll start by creating a new diagram using the Aspose.Diagram...Aspose.Diagram.Diagram diagram = new Aspose.Diagram.Diagram(); diagram...

    products.aspose.com/diagram/tutorial/set-text-s...
  2. ReplacerContext.SetReplacement | Aspose.Words f...

    Enhance your find and replace operations with the ReplacerContext SetReplacement method, allowing seamless pattern and replacement management for efficiency....ReplacerContext replacerContext = new ReplacerContext (); replacerContext...using ( FileStream streamIn = new FileStream ( MyDir + "Footer...

    reference.aspose.com/words/net/aspose.words.low...
  3. ParagraphFormat.addSpaceBetweenFarEastAndAlpha ...

    ParagraphFormat.addSpaceBetweenFarEastAndAlpha property. Gets or sets a flag indicating whether inter-character spacing is automatically adjusted between regions of Latin text and regions of East Asian text in the current paragraph....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...// and then starts a new line, adding a new paragraph. builder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Generating the form|Documentation

    How to render a printable form image and generate a recognition pattern file for Aspose.OMR for Java engine.... OmrEngine engine = new OmrEngine (); GenerationResult...settings: OmrEngine engine = new OmrEngine (); GlobalPageSettings...

    docs.aspose.com/omr/java/generate-template/
  5. Working with Pages | Aspose.Note Documentation

    A brief overview of how to work with pages in OneNote using C#....Support Blog Knowledge Base New Releases Status Websites aspose...Support Blog Knowledge Base New Releases Status Websites aspose...

    docs.aspose.com/note/net/working-with-pages/
  6. Font.Subscript | Aspose.Words for .NET

    Discover the Font Subscript property. Easily format text as subscript for enhanced readability and style in your documents. Boost your design today!... Document doc = new Document (); Paragraph para =...above the baseline. Run run = new Run ( doc , "Raised text. " );...

    reference.aspose.com/words/net/aspose.words/fon...
  7. Aspose.Pdf.FontNotFoundException: Font Mangal w...

    Hi team , I am converting the html content into the pdf using the aspose.pdf . With doing that, i am facing the exception related to the Mangal font not found. I have tried adding the mangal font manually but it is not g…...HtmlLoadOptions htmlLoadOptions = new HtmlLoadOptions(basePath); htmlLoadOptions...htmlLoadOptions.PageInfo.Margin = new Aspose.Pdf.MarginInfo { Left...

    forum.aspose.com/t/aspose-pdf-fontnotfoundexcep...
  8. ReplacingArgs Class | Aspose.Words for .NET

    Discover the Aspose.Words.Replacing.ReplacingArgs class for efficient custom text replacement in your documents. Enhance your workflow today!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...builder . Writeln ( "Our new location in New York City is opening...

    reference.aspose.com/words/net/aspose.words.rep...
  9. TabStopCollection.Add | Aspose.Words for .NET

    Discover how the TabStopCollection Add method efficiently adds or updates tab stops, enhancing your document's layout and formatting.... Document doc = new Document (); Paragraph paragraph...collection: TabStop tabStop = new TabStop ( ConvertUtil . InchToPoint...

    reference.aspose.com/words/net/aspose.words/tab...
  10. DocumentBuilder.InsertHyperlink | Aspose.Words ...

    Enhance your documents with DocumentBuilder's InsertHyperlink method, effortlessly adding clickable links for improved navigation and user engagement....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...will take us to the URL via a new web browser window. doc . Save...

    reference.aspose.com/words/net/aspose.words/doc...