Sort Score
Result 10 results
Languages All
Labels All
Results 791 - 800 of 75,320 for

values

(0.51 sec)
  1. Aspose::Words::Tables::Table::get_HorizontalAnc...

    Aspose::Words::Tables::Table::get_HorizontalAnchor method. Gets the base object from which the horizontal positioning of floating table should be calculated. Default value is Column in C++.... Default value is Column . Aspose :: Words...will be thrown for any other values. table -> set_HorizontalAnchor...

    reference.aspose.com/words/cpp/aspose.words.tab...
  2. Setting Formula Calculation Mode of Workbook|Do...

    This article introduces how to set the formula calculation mode of a workbook in Microsoft Excel with the Aspose.Cells library. By loading an existing Excel file or creating a new Excel file, we can use the method provided by Aspose.Cells to set the formula calculation mode and get the result. Finally, we save the modified Excel file to disk.... There are three possible values: Automatic – recalculate whenever...which has one of the following values: CalcModeType.Automatic CalcModeType...

    docs.aspose.com/cells/net/setting-formula-calcu...
  3. Export to XFDF|Aspose.PDF for Python via .NET

    This example shows how to export PDF form field data to an XFDF (XML Forms Data Format) file using Aspose.PDF for Python via .NET. It demonstrates how to load a PDF form, access its fields through the Form facade, and save the extracted Values into an XFDF stream....developers to transfer form field values independently from the original...extract and save form field values in XFDF format. from io import...

    docs.aspose.com/pdf/python-net/export-to-xfdf/
  4. Linq OrderBy Date - Free Support Forum - aspose...

    I have an issue ordering a list by date. My Word file contains the following code: <<foreach [in MyData.OrderBy(p=>p.Date)]>><<[Name]>><</foreach>> I want the list to print the elements of that list ordered by date. Ho…...collection has the following values: "MyData": [ { "Name": "Test"...modify that OrderBy so that date values are ordered as date and not...

    forum.aspose.com/t/linq-orderby-date/326670
  5. Chart.format property | Aspose.Words for Python

    Chart.format property. Provides access to fill and line formatting of the chart.... categories = categories , values = [ 1 , 2 ]) series . add (... categories = categories , values = [ 3 , 4 ]) # Format chart...

    reference.aspose.com/words/python-net/aspose.wo...
  6. How to Add Top10 Conditional Formatting|Documen...

    How to use the Aspose.Cells for Python via .NET library to apply Top10 conditional formatting. By adjusting these criteria, you have more control over how cells look and appear....highlight the highest‑performing values in a dataset — not just the...literal top 10 values, but often the top N values or top N % (you...

    docs.aspose.com/cells/python-net/how-to-add-top...
  7. IStructuredDocumentTag.Level | Aspose.Words for...

    Discover the IStructuredDocumentTag Level property to easily identify its position in the document tree, enhancing document structure and usability....WriteLine ( "StructuredDocumentTa values:" ); Console . WriteLine (...WriteLine ( "StructuredDocumentTa values:" ); Console . WriteLine (...

    reference.aspose.com/words/net/aspose.words.mar...
  8. StructuredDocumentTagRangeStart.Level | Aspose....

    Discover the StructuredDocumentTagRangeStart Level property to easily identify its position in the document tree, enhancing your document management efficiency....WriteLine ( "StructuredDocumentTa values:" ); Console . WriteLine (...WriteLine ( "StructuredDocumentTa values:" ); Console . WriteLine (...

    reference.aspose.com/words/net/aspose.words.mar...
  9. StructuredDocumentTagRangeStart.LockContents | ...

    Discover the LockContents property of StructuredDocumentTagRangeStart. Enable editing restrictions for enhanced document integrity and user control....WriteLine ( "StructuredDocumentTa values:" ); Console . WriteLine (...WriteLine ( "StructuredDocumentTa values:" ); Console . WriteLine (...

    reference.aspose.com/words/net/aspose.words.mar...
  10. Working with Artifacts in C++|Aspose.PDF for C++

    This page describes how to work with Artifact class using Aspose.PDF for C++. Code snippets show how to add a background image to PDF pages and how to get each watermark on the first page of a PDF file....the artifact type (supports values of the Artifact.ArtifactType...ArtifactType enumeration where values include Background, Layout, Page...

    docs.aspose.com/pdf/cpp/artifacts/