Sort Score
Result 10 results
Languages All
Labels All
Results 3,181 - 3,190 of 213,057 for

new

(0.1 sec)
  1. 用 JavaScript 通过 C++ 格式化工作簿中的工作表单元格|Documentation

    学习如何使用 C++ 脚本格式化工作簿中的工作表单元格,定制电子表格中数据的外观和样式。...ame) { const cellsLicense = new AsposeCells.License(); cellsLicense...workbook = new AsposeCells.Workbook(); workbook.changePalette(new AsposeCells...

    docs.aspose.com/cells/zh/javascript-cpp/format-...
  2. StyleCollection.DefaultParagraphFormat | Aspose...

    Discover the StyleCollection DefaultParagraphFormat property to easily access and customize your document's default paragraph formatting for enhanced readability.... Document doc = new Document (); StyleCollection...// Set default parameters for new styles that we may later add...

    reference.aspose.com/words/net/aspose.words/sty...
  3. FindReplaceOptions.LegacyMode | Aspose.Words fo...

    Discover the FindReplaceOptions LegacyMode property to easily toggle the classic find/replace algorithm for enhanced functionality and seamless user experience....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...money to Paul." ); Regex regex = new Regex ( @"([A-z]+) gave money...

    reference.aspose.com/words/net/aspose.words.rep...
  4. ChartDataPoint.Marker | Aspose.Words for .NET

    Discover the ChartDataPoint Marker property to enhance your charts with customizable data markers for clearer insights and impactful visualizations....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...Series 1" , new [] { 0.7 , 1.8 , 2.6 , 3.9 }, new [] { 2.7 , 3...

    reference.aspose.com/words/net/aspose.words.dra...
  5. MarkdownSaveOptions | Aspose.Words for .NET

    Discover the MarkdownSaveOptions constructor to effortlessly save documents in Markdown format. Streamline your workflow with this essential tool....MarkdownSaveOptions constructor Initializes a new instance of this class that can...RenameImages () { Document doc = new Document ( MyDir + "Rendering...

    reference.aspose.com/words/net/aspose.words.sav...
  6. Two issues with adding watermarks in Aspose.PDF...

    First, I’ll post the code I wrote, and then explain the issues at the end: /// <summary> /// 为pdf添加水印 /// </summary> /// <param name="DocuementFileName">文档名称</param> /// <param name="Save…...Document TempLoadDocument = new Aspose.Pdf.Document(DocuementFileName);...WatermarkArtifact TempAddArtifact = new WatermarkArtifact(); TempAddArtifact...

    forum.aspose.com/t/two-issues-with-adding-water...
  7. Customize Chart Axes in Presentations on Androi...

    Discover how to use Aspose.Slides for Android via Java to customize chart axes in PowerPoint presentations for reports and visualizations....in Java: Presentation pres = new Presentation (); try { Chart...a chart: Presentation pres = new Presentation (); try { IChart...

    docs.aspose.com/slides/androidjava/chart-axis/
  8. Extract Text From All the Pages of a PDF Docume...

    Discover how to extract text from all pages of a PDF document in PHP using Aspose.PDF for text analysis....Open the target document $pdf = new Document ( $dataDir . 'input1...extract text $text_absorber = new TextAbsorber (); # accept the...

    docs.aspose.com/pdf/java/extract-text-from-all-...
  9. DocumentBuilder.CurrentStructuredDocumentTag | ...

    Discover the CurrentStructuredDocumentTag property in DocumentBuilder. Easily access the selected structured document tag for efficient document management.... Document doc = new Document ( MyDir + "Structured...); DocumentBuilder builder = new DocumentBuilder ( doc ); // There...

    reference.aspose.com/words/net/aspose.words/doc...
  10. SmartArt|Aspose.Slides Documentation

    Build and edit SmartArt in C# with Aspose.Slides: add nodes, change layouts and styles, convert to shapes with precision, and export for PPT, PPTX and ODP....Add_SmartArt () { using var pres = new Presentation (); var slide =...Access_SmartArt () { using var pres = new Presentation (); var slide =...

    docs.aspose.com/slides/net/examples/elements/sm...