Sort Score
Result 10 results
Languages All
Labels All
Results 5,951 - 5,960 of 164,081 for

new

(0.08 sec)
  1. ChartDataLabel.Font | Aspose.Words for .NET

    Discover the ChartDataLabel Font property to easily customize your data label's font formatting for enhanced visual appeal and clarity....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.dra...
  2. FieldChar.isLocked property | Aspose.Words for ...

    FieldChar.isLocked property. Gets or sets whether the parent field is locked (should not recalculate its result)....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Joining Word Documents Together|Aspose.Words fo...

    Join a few document together or append them easily and fast instead of using VSTO in C#....headers and footers of this new section are unlinked so they...appended to. Document dstDoc = new Document ( ); // We should call...

    docs.aspose.com/words/net/joining-word-document...
  4. ParagraphAlignment Enum | Aspose.Words for .NET

    Discover Aspose.Words.ParagraphAlignment enum for precise text alignment in your documents. Enhance readability and formatting with ease!... Document doc = new Document (); // A blank document...collection. // First, create a new section, and then append it as...

    reference.aspose.com/words/net/aspose.words/par...
  5. 在C#中將PPT轉換為視頻 | products.aspose.com

    在C#中將PPT轉換為視頻。使用 .NET 庫 API 將 PowerPoint 轉換為視頻...Configure(new FFOptions { BinaryFolder = @...(Presentation presentation = new Presentation()) { // Adds a smile...

    products.aspose.com/slides/zh-hant/net/conversi...
  6. 操作现有PDF中的表格|Aspose.PDF for Java

    操作现有PDF文件中的表格,并使用Aspose.PDF for Java在PDF文档中用新表替换旧表。...加载现有的PDF文件 Document pdfDocument = new Document ( _dataDir + "input...表格 TableAbsorber absorber = new TableAbsorber (); // 使用吸收器访问第一页...

    docs.aspose.com/pdf/zh/java/manipulate-tables-i...
  7. ChartSeries.Insert | Aspose.Words for .NET

    Effortlessly enhance your charts with the ChartSeries Insert method. Insert X values at any index, optimizing your data visualization with ease!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.dra...
  8. 从现有PDF文档中提取表格|Aspose.PDF for Java

    Aspose.PDF for Java使您可以对PDF文档中包含的表格进行各种操作。您可以在现有的PDF文档中添加和提取表格,在新页面上渲染表格等。...加载源PDF文档 Document pdfDocument = new Document ( _dataDir + "the_w...()) { TableAbsorber absorber = new TableAbsorber (); absorber ....

    docs.aspose.com/pdf/zh/java/extract-table-from-...
  9. 字体替换 - PowerPoint C# API|Aspose.Slides 文档

    C# PowerPoint API 允许您在演示文稿中替换字体...using ( Presentation pres = new Presentation ( @"Presentation...Presentation presentation = new Presentation ( "Fonts.pptx" );...

    docs.aspose.com/slides/zh/net/font-substitution/
  10. Manage Table|Aspose.Slides Documentation

    Create and manage table in PowerPoint presentations in Java...PPTX file Presentation pres = new Presentation (); try { // Accesses...PPTX file Presentation pres = new Presentation (); try { // Accesses...

    docs.aspose.com/slides/androidjava/manage-table/