Sort Score
Result 10 results
Languages All
Labels All
Results 1,771 - 1,780 of 19,616 for

custom data

(0.44 sec)
  1. SmartTag constructor | Aspose.Words for Python

    SmartTag constructor. Initializes a new instance of the [SmartTag](../) class....of its text as some form of data, # such as a name, date, or...property to reflect the type of data they contain. smart_tag . element...

    reference.aspose.com/words/python-net/aspose.wo...
  2. ChartAxis.base_time_unit property | Aspose.Word...

    ChartAxis.base_time_unit property. Returns or sets the smallest time unit that is represented on the time category axis....chart # Clear the chart's demo data series to start with a clean... series . clear () # Add a custom series containing date/time...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Aspose::Words::DocumentBuilder::InsertImage met...

    Aspose::Words::DocumentBuilder::InsertImage method. Inserts an image from a byte array into the document. The image is inserted inline and at 100% scale in C++....); // 2 - Inline shape with custom dimensions: builder -> InsertImage...// 3 - Floating shape with custom dimensions: builder -> InsertImage...

    reference.aspose.com/words/cpp/aspose.words/doc...
  4. Compress CSV File using C#

    This topic covers how to compress CSV file using C#. It discusses the environment setup, the stepwise algorithm, and a runnable sample code for CSV file compression using C#....change the number of files and data security, including encryption...protection. Moreover, many custom properties, like setting the...

    kb.aspose.com/zip/net/compress-csv-file-using-c...
  5. Create Charts using Apache POI and Aspose.Cells...

    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....chartIndex ); //Adding NSeries (chart data source) to the chart ranging... TOP_RIGHT ); LineChartData data = chart . getChartDataFactory...

    docs.aspose.com/cells/java/create-charts-using-...
  6. IStructuredDocumentTag class | Aspose.Words for...

    aspose.words.markup.IStructuredDocumentTag class. Interface to define a common Data for [StructuredDocumentTag](../structureddocumenttag/) and [StructuredDocumentTagRangeStart](../structureddocumenttagrangestart/)....Interface to define a common data for StructuredDocumentTa and...structured document tag to XML data in a custom XML part of the current...

    reference.aspose.com/words/python-net/aspose.wo...
  7. How to Protect PDF File with Password in C#

    This brief tutorial explains details about how to protect PDF file with password in C#. You will learn how using C# PDF password protect feature can be utilized by following simple steps and the code snippet....input PDF file with confidential data using the Document class Encrypt...any confidential or sensitive data from unauthorized access. It...

    kb.aspose.com/pdf/net/how-to-protect-pdf-file-w...
  8. ChartAxis.HasMajorGridlines | Aspose.Words for ...

    Discover the ChartAxis HasMajorGridlines property to easily manage major gridlines on your charts, enhancing Data visualization and clarity....; // Clear the chart's demo data series to start with a clean...Series . Clear (); // Add a custom series containing date/time...

    reference.aspose.com/words/net/aspose.words.dra...
  9. ChartAxis.BaseTimeUnit | Aspose.Words for .NET

    Discover the ChartAxis BaseTimeUnit property to easily define the smallest time unit on your time category axis for enhanced Data visualization....; // Clear the chart's demo data series to start with a clean...Series . Clear (); // Add a custom series containing date/time...

    reference.aspose.com/words/net/aspose.words.dra...
  10. Using Built-in Styles with C++|Documentation

    C++ code to use Excel built-in styles with Aspose.Cells for C++ API...our workbook and also create custom styles. How to use Built-in...U16String srcDir ( u ".. \\ Data \\ 01_SourceDirectory \\ " );...

    docs.aspose.com/cells/cpp/using-built-in-styles/