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

values

(0.24 sec)
  1. Aspose::Words::Markup::StructuredDocumentTagRan...

    Aspose::Words::Markup::StructuredDocumentTagRangeStart::get_LockContents method. When set to true, this property will prohibit a user from editing the contents of this structured document tag in C++....cout << "StructuredDocumentTa values:" << std :: endl ; std :: cout...cout << "StructuredDocumentTa values:" << std :: endl ; std :: cout...

    reference.aspose.com/words/cpp/aspose.words.mar...
  2. VariableCollection.add method | Aspose.Words fo...

    VariableCollection.add method. Adds a document variable to the collection....add method add(name, value) Adds a document variable to the collection...collection. add ( name : string , value : string ) Parameter Type Description...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Aspose::Words::Saving::CssStyleSheetType enum |...

    Aspose::Words::Saving::CssStyleSheetType enum. Specifies how CSS (Cascading Style Sheet) styles are exported to HTML in C++....class CssStyleSheetType Values Name Value Description Inline 0 CSS...styles are written inline (as a value of the style attribute on every...

    reference.aspose.com/words/cpp/aspose.words.sav...
  4. Work with Document Properties in Java|Aspose.Wo...

    Aspose.Words for Java allows storing some useful information about your document, such as API and Version Number or Authorized Date, in built-in or custom document properties....System or built-in that contain values such as document title, author...or custom, provided as name-value pairs where the user can define...

    docs.aspose.com/words/java/work-with-document-p...
  5. Check Barcode Recognition Quality|Documentation

    This article describes how to verify barcode recognition quality...Confidence property returns a value from the BarCodeConfidence enumeration...confidence level. Possible values of the BarCodeConfidence enumeration...

    docs.aspose.com/barcode/cpp/check-recognition-q...
  6. Aspose::Words::Drawing::Charts::ChartYValueType...

    Aspose::Words::Drawing::Charts::ChartYValueType enum. Allows to specify type of an Y value of a chart series in C++....Allows to specify type of an Y value of a chart series. enum class...class ChartYValueType Values Name Value Description Double 0 Specifies...

    reference.aspose.com/words/cpp/aspose.words.dra...
  7. OutlineLevel Enum | Aspose.Words for .NET

    Discover the Aspose.Words.OutlineLevel enum to easily manage paragraph outline levels in your documents for enhanced organization and clarity....public enum OutlineLevel Values Name Value Description Level1 0 The...or at the default "BodyText" value. // Setting the property to...

    reference.aspose.com/words/net/aspose.words/out...
  8. Setting Dynamic Array Formulas|Documentation

    How to use the Aspose.Cells library to calculate dynamic array formulas in Microsoft Excel. By loading an existing Excel file or creating a new Excel file, we can use the method provided by Aspose.Cells to calculate the dynamic array formula and get the result. Finally, we save the modified Excel file to disk....involve operations on arrays of values. They are enclosed in curly...datasets. Examples: Summing the values in a range: {=SUM(A1:A5*B1:B5)}...

    docs.aspose.com/cells/net/calculation-of-dynami...
  9. VariableCollection.remove method | Aspose.Words...

    VariableCollection.remove method. Removes a document variable with the specified name from the collection....document has a collection of key/value pair variables, which we can...3 ); // We can display the values of variables in the document...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Calculate Formulas with Golang via C++|Document...

    This article introduces how to use the Aspose.Cells library to calculate formulas in Microsoft Excel with Golang via C++. By loading an existing Excel file or creating a new Excel file, we can use the methods provided by Aspose.Cells to calculate the formula and get the result. Finally, we save the modified Excel file to disk.... The values of the cells used in the formula...to find the result of those values based on some Microsoft Excel...

    docs.aspose.com/cells/go-cpp/calculate-formulas/