Sort Score
Result 10 results
Languages All
Labels All
Results 9,961 - 9,970 of 217,898 for

new

(0.14 sec)
  1. FieldMergeField.IsMapped | Aspose.Words for .NET

    Discover the FieldMergeField IsMapped property to easily manage mapped fields, enhancing your data integration and workflow efficiency....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...data source. DataTable table = new DataTable ( "Employees" ); table...

    reference.aspose.com/words/net/aspose.words.fie...
  2. FieldMergeField.FieldNameNoPrefix | Aspose.Word...

    Discover the FieldMergeField FieldNameNoPrefix property that simplifies data handling by returning only the field name, omitting any prefixes for clarity....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...data source. DataTable table = new DataTable ( "Employees" ); table...

    reference.aspose.com/words/net/aspose.words.fie...
  3. Manage DataLabels of Excel Charts with JavaScri...

    Learn how to effectively manage data labels in Excel charts using Aspose.Cells for JavaScript via C++. This comprehensive guide covers various management tasks, including adding, removing, and modifying labels to enhance chart readability and usability....Instantiate a new Workbook object const workbook = new Workbook ();...(); // Add a new worksheet to the Workbook object const sheetIndex...

    docs.aspose.com/cells/javascript-cpp/insert-dat...
  4. Manage Callouts in Presentation Charts in .NET|...

    Create and style callouts in Aspose.Slides for .NET with concise C# code examples, compatible with PPT and PPTX to automate presentation workflows....Contents [ Hide ] Using Callouts New property ShowLabelAsDataCallo...Presentation presentation = new Presentation ()) { IChart chart...

    docs.aspose.com/slides/net/callout/
  5. 在 PHP 的 ShapeSheet 中创建用户定义的单元格|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....instance of Diagram $diagram = new Diagram ( $dataDir . "Drawing...Initialize user object $user = new User (); $user -> setName ( "UserDefineCell"...

    docs.aspose.com/diagram/zh/java/create-user-def...
  6. Section.HeadersFooters | Aspose.Words for .NET

    Access and manage section headers and footers effortlessly with our intuitive property feature. Enhance document organization and presentation today!... Document doc = new Document ( MyDir + "Footer.docx"...FindReplaceOptions options = new FindReplaceOptions { MatchCase...

    reference.aspose.com/words/net/aspose.words/sec...
  7. FieldOptions.CurrentUser | Aspose.Words for .NET

    Discover the FieldOptions CurrentUser property to effortlessly manage and customize user information for enhanced functionality in your applications....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...UserInformation userInformation = new UserInformation { Name = "John...

    reference.aspose.com/words/net/aspose.words.fie...
  8. Aspose::Words::Markup::StructuredDocumentTag::S...

    Aspose::Words::Markup::StructuredDocumentTag::StructuredDocumentTag constructor. Initializes a New instance of the Structured document tag class in C++....a constructor Initializes a new instance of the Structured document...SetCheckedSymbol ( 0x00A9 , u "Times New Roman" ); sdtCheckBox -> SetUncheckedSymbol...

    reference.aspose.com/words/cpp/aspose.words.mar...
  9. Row.rowFormat property | Aspose.Words for Node.js

    Row.rowFormat property. Provides access to the formatting properties of the row....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...formatting of a table row. let doc = new aw . Document ( base . myDir...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Getting Cell Contents|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... C# Workbook workbook = new Workbook ( "../../data/test.xlsx"...of cells. C# IWorkbook wb = new XSSFWorkbook ( "../../data/test...

    docs.aspose.com/cells/net/getting-cell-contents/