Sort Score
Result 10 results
Languages All
Labels All
Results 1,481 - 1,490 of 24,099 for

range

(0.22 sec)
  1. Aspose::Words::Drawing::Stroke::set_Opacity met...

    Aspose::Words::Drawing::Stroke::set_Opacity method. Defines the amount of transparency of a stroke. Valid Range is from 0 to 1 in C++.... Valid range is from 0 to 1. void Aspose...

    reference.aspose.com/words/cpp/aspose.words.dra...
  2. Aspose::Words::Drawing::Stroke::get_Opacity met...

    Aspose::Words::Drawing::Stroke::get_Opacity method. Defines the amount of transparency of a stroke. Valid Range is from 0 to 1 in C++.... Valid range is from 0 to 1. double Aspose...

    reference.aspose.com/words/cpp/aspose.words.dra...
  3. Aspose::Words::Fields::FieldToa::set_PageRangeS...

    Aspose::Words::Fields::FieldToa::set_PageRangeSeparator method. Sets the character sequence that is used to separate the start and end of a page Range in C++....the start and end of a page range. void Aspose :: Words :: Fields...

    reference.aspose.com/words/cpp/aspose.words.fie...
  4. FieldTC.OmitPageNumber | Aspose.Words for .NET

    Discover the FieldTC OmitPageNumber property—control TOC page number visibility for enhanced document clarity and professionalism.... Range . Fields [ 1 ]. GetFieldCode...entry-level outside of the 1-3 range. InsertTocEntry ( builder ,...

    reference.aspose.com/words/net/aspose.words.fie...
  5. FieldTC.TypeIdentifier | Aspose.Words for .NET

    Discover the FieldTC TypeIdentifier property. Easily manage field type identifiers with this versatile feature, enhancing your data organization and efficiency.... Range . Fields [ 1 ]. GetFieldCode...entry-level outside of the 1-3 range. InsertTocEntry ( builder ,...

    reference.aspose.com/words/net/aspose.words.fie...
  6. Table.description property | Aspose.Words for P...

    Table.description property. Gets or sets description of this table...Table ( doc ) for row_id in range ( 1 , row_count + 1 ): row =...append_child ( row ) for cell_id in range ( 1 , cell_count + 1 ): cell...

    reference.aspose.com/words/python-net/aspose.wo...
  7. FindReplaceOptions.use_substitutions property |...

    FindReplaceOptions.use_substitutions property. Gets or sets a boolean value indicating whether to recognize and use substitutions within replacement patterns... range . replace_regex ( pattern =...([A-z]+) to ([A-z]+)' doc . range . replace_regex ( regex , '$3...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Format Worksheet Cells in a Workbook|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.... Format data in a named range. Change data alignment and orientation...Cells lets you draw cell and range borders quickly and easily....

    docs.aspose.com/cells/java/format-worksheet-cel...
  9. Aspose::Words::Drawing::Charts::ChartDataLabelC...

    Aspose::Words::Drawing::Charts::ChartDataLabelCollection::set_ShowDataLabelsRange method. Allows to specify whether values from data labels Range to be displayed in the data labels of the entire series. Default value is false in C++....whether values from data labels range to be displayed in the data...

    reference.aspose.com/words/cpp/aspose.words.dra...
  10. Detecting Empty Worksheets with C++|Documentation

    This article shows you code explaining how to detect empty worksheets of Excel workbooks programmatically using C++ API with Aspose.Cells library....initialized cells else { Range range = sheet . GetCells (). GetMaxDisplayRange...GetMaxDisplayRange (); auto rangeIterator = range . GetEnumerator (); if ( rangeIterator...

    docs.aspose.com/cells/cpp/detecting-empty-works...