Sort Score
Result 10 results
Languages All
Labels All
Results 5,081 - 5,090 of 73,849 for

values

(1.59 sec)
  1. Document.update_word_count method | Aspose.Word...

    aspose.words.Document.update_word_count method...update_word_count() overload and pass True value as a parameter to do that. When... lines ) # To get accurate values for three of these properties...

    reference.aspose.com/words/python-net/aspose.wo...
  2. ChartAxis.Crosses | Aspose.Words for .NET

    Discover how ChartAxis enhances data visualization by defining axis intersections for clearer insights and more impactful presentations....get ; set ; } Remarks Default value is Automatic. The property is...X-axis and respective numeric values for the Y-axis. chart . Series...

    reference.aspose.com/words/net/aspose.words.dra...
  3. OutlineOptions.bookmarksOutlineLevels property ...

    OutlineOptions.bookmarksOutlineLevels property. Allows to specify individual bookmarks outline level....defaultBookmarksOutl value is used. Examples Shows how...Bookmarks can also have numeric values for outline levels, // enabling...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. BookmarkStart.GetText | Aspose.Words for .NET

    Discover the BookmarkStart GetText method—efficiently retrieve text with ease. Simplify your coding and enhance functionality today!...override string GetText () Return Value An empty string. Examples Shows...bookmarks again to see updated values. PrintAllBookmarkInfo ( bookmarks...

    reference.aspose.com/words/net/aspose.words/boo...
  5. Aspose::Words::Fonts::EmbeddedFontFormat enum |...

    Aspose::Words::Fonts::EmbeddedFontFormat enum. Specifies format of particular embedded font inside FontInfo object. When saving a document to a file, only embedded fonts of corresponding format are written down in C++....class EmbeddedFontFormat Values Name Value Description EmbeddedOpenType...

    reference.aspose.com/words/cpp/aspose.words.fon...
  6. Aspose::Words::Tables::TableStyleOptions enum |...

    Aspose::Words::Tables::TableStyleOptions enum. Specifies how table style is applied to a table in C++....class TableStyleOptions Values Name Value Description None 0 No...

    reference.aspose.com/words/cpp/aspose.words.tab...
  7. Aspose::Words::Tables::CellFormat::get_TopPaddi...

    Aspose::Words::Tables::CellFormat::get_TopPadding method. Returns or sets the amount of space (in points) to add above the contents of cell in C++....and still holds the default values. ASPOSE_ASSERT_EQ ( 0.0 , table...

    reference.aspose.com/words/cpp/aspose.words.tab...
  8. Aspose::Words::Drawing::Charts::AxisGroup enum ...

    Aspose::Words::Drawing::Charts::AxisGroup enum. Represents a type of a chart axis group in C++....enum class AxisGroup Values Name Value Description Primary 0...

    reference.aspose.com/words/cpp/aspose.words.dra...
  9. Aspose::Words::DocumentBuilder::StartTable meth...

    Aspose::Words::DocumentBuilder::StartTable method. Starts a table in the document in C++....RowFormat/CellFormat property values // to the current row/cell...and still holds the default values. ASPOSE_ASSERT_EQ ( 0.0 , table...

    reference.aspose.com/words/cpp/aspose.words/doc...
  10. 提取 AcroForm - 从 PDF 中提取表单数据 C#|Aspose.PDF for .NET

    使用 Aspose.PDF for .NET 库从您的 PDF 文档中提取表单。获取 PDF 文件中单个字段的值。...文档中所有字段的值,您需要遍历所有表单字段,然后使用 Value 属性获取值。从 Form 集合中获取每个字段,在名为 Field...Field 的基本字段类型中访问其 Value 属性。 以下 C# 代码片段演示了如何获取 PDF 文档中所有字段的值。...

    docs.aspose.com/pdf/zh/net/extract-form/