Sort Score
Result 10 results
Languages All
Labels All
Results 6,811 - 6,820 of 213,599 for

new

(0.25 sec)
  1. FixedPageSaveOptions.NumeralFormat | Aspose.Wor...

    Discover the FixedPageSaveOptions NumeralFormat property to customize numeral rendering. Easily switch to European numerals for enhanced document presentation....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...builder . Font . LocaleId = new CultureInfo ( "ar-AR" ). LCID...

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

    Discover the Aspose.Words.Markup.MarkupLevel enum, defining where StructuredDocumentTags fit in your document tree for enhanced organization and control....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...StructuredDocumentTa sdtPlainText = new StructuredDocumentTa ( doc ,...

    reference.aspose.com/words/net/aspose.words.mar...
  3. Split PDF File into Individual Pages in PHP|Asp...

    Discover how to split a PDF document into individual pages using PHP and Aspose.PDF for efficient page extraction....Open the target document $pdf = new Document ( $dataDir . 'input1...# create a new Document object $new_document = new Document ();...

    docs.aspose.com/pdf/java/split-pdf-file-into-in...
  4. 图表|Aspose.Slides 文档

    使用 C# 和 Aspose.Slides 创建和自定义图表:添加数据、设置系列、坐标轴和标签的格式、切换图表类型并导出—支持 PPT、PPTX 和 ODP。...Add_Chart () { using var pres = new Presentation (); // 在第一张幻灯片上添加一个简单的柱形图...Access_Chart () { using var pres = new Presentation (); var slide =...

    docs.aspose.com/slides/zh/net/examples/elements...
  5. FontFallbackSettings.LoadNotoFallbackSettings |...

    Discover how to enhance your typography with the FontFallbackSettings LoadNotoFallbackSettings method, using Google Noto fonts for seamless text display....FontSettings fontSettings = new FontSettings (); // These are..."Noto Sans" ; Document doc = new Document (); doc . FontSettings...

    reference.aspose.com/words/net/aspose.words.fon...
  6. Encrypt and Decrypt ODS Files with JavaScript v...

    Password‑protect and encrypt ODS files using Aspose.Cells for JavaScript via C++....file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...SaveFormat . Ods ); const blob = new Blob ([ outputData ]); const...

    docs.aspose.com/cells/javascript-cpp/encrypt-an...
  7. FormFieldCollection.Item | Aspose.Words for .NET

    Access specific form fields easily with the FormFieldCollection Item property. Streamline your data handling and enhance form management....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...InsertComboBox ( "MyComboBox" , new [] { "One" , "Two" , "Three"...

    reference.aspose.com/words/net/aspose.words.fie...
  8. FieldRD.FileName | Aspose.Words for .NET

    Discover how the FieldRD FileName property simplifies file management by easily setting names for generating your table of contents and indexes....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...referencedDoc = new Document (); DocumentBuilder refDocBuilder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.fie...
  9. Microsoft Word 6.0/95 document throws FileCorru...

    The attached two Microsoft Word 6.0/95 documents throw an Aspose.Words.FileCorruptedException when opened with Aspose.Words for .Net >= 19.7 (including 19.9). If I reference a version < 19.7, the exception is not thrown. …... Repro // arrange var lic = new License(); lic.SetLicense("Aspose...FileCorruptedExcepti>(() => new Document(path1)); Assert.Throws<Aspose...

    forum.aspose.com/t/microsoft-word-6-0-95-docume...
  10. Labels in charts are positioned incorrectly whe...

    Hi Aspose team, I’m having an issue where the data labels in a chart are way off in position when compared to it excel equivalent. Code used to generate the output: using (Workbook TemplateWB = New Workbook(dir + @"\T…...using (Workbook TemplateWB = new Workbook(dir + @"\Test_05142025\Chart_Template...ImageOrPrintOptions options = new ImageOrPrintOptions { OnePagePerSheet...

    forum.aspose.com/t/labels-in-charts-are-positio...