Sort Score
Result 10 results
Languages All
Labels All
Results 3,141 - 3,150 of 214,357 for

new

(0.12 sec)
  1. ShapeMarkupLanguage enumeration | Aspose.Words ...

    Aspose.Words.Drawing.ShapeMarkupLanguage enumeration. Specifies Markup language used for the shape....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...standard. let saveOptions = new aw . Saving . OoxmlSaveOptions...

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

    Discover the Aspose.Words.Drawing.Charts.AxisScaleType enum, defining versatile axis scale types to enhance your charting experience....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder..."Series 1" , new [] { 1.0 , 2.0 , 3.0 , 4.0 , 5.0 }, new [] { 1.0...

    reference.aspose.com/words/net/aspose.words.dra...
  3. PdfFontEmbeddingMode enumeration | Aspose.Words...

    aspose.words.saving.PdfFontEmbeddingMode enumeration. Specifies how Aspose.Words should embed fonts....Arial and Times New Roman. Only Arial and Times New Roman fonts are...skip embedding Arial and Times New Roman fonts into a PDF document...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Font.ItalicBi | Aspose.Words for .NET

    Discover the ItalicBi property for fonts, enhance right-to-left text formatting with italic styles for improved readability and design appeal....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...builder . Font . Name = "Courier New" ; builder . Font . Size = 16...

    reference.aspose.com/words/net/aspose.words/fon...
  5. Font.NameBi | Aspose.Words for .NET

    Discover how to easily set and customize font names for right-to-left language documents, enhancing readability and design. Optimize your text today!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...builder . Font . Name = "Courier New" ; builder . Font . Size = 16...

    reference.aspose.com/words/net/aspose.words/fon...
  6. 从PDF页面搜索和获取文本|Aspose.PDF for .NET

    了解如何使用Aspose.PDF在.NET中搜索和检索PDF文件中的文本,以进行文本分析和提取。...document using ( var document = new Aspose . Pdf . Document ( dataDir...phrase var textFragmentAbsorber = new Aspose . Pdf . Text . TextFragmentAbsorber...

    docs.aspose.com/pdf/zh/net/search-and-get-text-...
  7. CleanupOptions.duplicateStyle property | Aspose...

    CleanupOptions.duplicateStyle property. Gets/sets a flag indicating whether duplicate styles should be removed from document... let doc = new aw . Document (); // Add two...myStyle . font . name = "Courier New" ; myStyle . font . color = "blue"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. FixedPageSaveOptions.metafileRenderingOptions p...

    FixedPageSaveOptions.metafileRenderingOptions property. Allows to specify metafile rendering options....IWarningCallback' , () => { let doc = new aw . Document ( base . myDir...); let metafileRenderingOpt = new aw . Saving . MetafileRenderingOpt...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Section.EnsureMinimum | Aspose.Words for .NET

    Optimize your content with the EnsureMinimum method, guaranteeing each section includes a Body with a Paragraph for enhanced clarity and structure....prepare a new section node for editing. Document doc = new Document...Paragraph )); // If we add a new section like this, it will not...

    reference.aspose.com/words/net/aspose.words/sec...
  10. Add Rectangle Object to PDF file|Aspose.PDF for...

    This article explains how to create a Rectangle object to your PDF using Aspose.PDF for .NET....Follow the steps below: Create a new PDF Document . Add Page to pages...specified rectangle var graph = new Aspose . Pdf . Drawing . Graph...

    docs.aspose.com/pdf/net/add-rectangle/