Sort Score
Result 10 results
Languages All
Labels All
Results 3,311 - 3,320 of 9,282 for

true type

(0.08 sec)
  1. Aspose::Words::ConditionalStyleCollection::get_...

    Aspose::Words::ConditionalStyleCollection::get_FirstColumn method. Gets the first column style in C++.... // 1 - By style type: tableStyle -> get_ConditionalStyles... () -> idx_get ( 0 ) -> get_Type ()); // 3 - As a property: tableStyle...

    reference.aspose.com/words/cpp/aspose.words/con...
  2. Aspose::Words::ConditionalStyle::get_RightPaddi...

    Aspose::Words::ConditionalStyle::get_RightPadding method. Gets or sets the amount of space (in points) to add to the right of the contents of table cells in C++.... // 1 - By style type: tableStyle -> get_ConditionalStyles... () -> idx_get ( 0 ) -> get_Type ()); // 3 - As a property: tableStyle...

    reference.aspose.com/words/cpp/aspose.words/con...
  3. Aspose::Words::ConditionalStyle::get_LeftPaddin...

    Aspose::Words::ConditionalStyle::get_LeftPadding method. Gets or sets the amount of space (in points) to add to the left of the contents of table cells in C++.... // 1 - By style type: tableStyle -> get_ConditionalStyles... () -> idx_get ( 0 ) -> get_Type ()); // 3 - As a property: tableStyle...

    reference.aspose.com/words/cpp/aspose.words/con...
  4. Charts are not replacing at correct tag positio...

    Hello Team , We are replacing charts and table to the required tag position in template , tables are replacing properly at desired tag position, but same is not happen for Chart , I have attach console application code …...you specify the correct chart type and dimensions. Positioning...FindReplaceOptions(); opt.UseSubstitutions = true; doc.Range.Replace(placeholder...

    forum.aspose.com/t/charts-are-not-replacing-at-...
  5. Aspose::Words::Saving::PclSaveOptions class | A...

    Aspose::Words::Saving::PclSaveOptions class. Can be used to specify additional options when saving a document into the Pcl format. To learn more, visit the documentation article in C++....get_ExportGeneratorName () const When true , causes the name and version...produced files. Default value is true . get_FallbackFontName () const...

    reference.aspose.com/words/cpp/aspose.words.sav...
  6. Field Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.Field class, your key to enhancing Microsoft Word documents with dynamic fields for improved functionality and efficiency....FieldFormat object that provides typed access to field’s formatting...virtual Type { get; } Gets the Microsoft Word field type. Methods...

    reference.aspose.com/words/net/aspose.words.fie...
  7. 用 C++ 格式化数据透视表|Documentation

    学习如何使用 Aspose.Cells for C++ 自定义数据透视表的外观。...IsAutoFormat 设置为 true 。 从 PivotTableAutoFormat 枚举中分配一个格式选项。...SetIsAutoFormat ( true ); // Setting the PivotTable autoformat type pivotTable...

    docs.aspose.com/cells/zh/cpp/formatting-pivot-t...
  8. TabStopCollection | Aspose.Words for Java

    A collection of TabStop objects that represent custom tabs for a paragraph or a style in Java....PARAGRAPH, 0, true); // Below are two ways of adding...getChildNodes(NodeType.PARAGRAPH, true)) { para.getParagraphFormat()...

    reference.aspose.com/words/java/com.aspose.word...
  9. Aspose::Words::NodeCollection::idx_get method |...

    Aspose::Words::NodeCollection::idx_get method. Retrieves a node at the given index in C++....( int32_t index ) Parameter Type Description index int32_t An...NodeType :: Paragraph , 0 , true )); paragraph -> AppendChild...

    reference.aspose.com/words/cpp/aspose.words/nod...
  10. Merge EPS files to PDF using Java

    Merger EPS functionality of Aspose.Page API solution for Java allows you to combine several EPS files into a single PDF document....If SuppressErrors value was true, as it is by default, It is...13 boolean suppressErrors = true ; 14 15 //Initialize options...

    docs.aspose.com/page/java/merge/eps/