Sort Score
Result 10 results
Languages All
Labels All
Results 5,271 - 5,280 of 15,992 for

true type

(0.23 sec)
  1. Aspose::Words::DocumentBuilder::get_CurrentStor...

    Aspose::Words::DocumentBuilder::get_CurrentStory method. Gets the story that is currently selected in this DocumentBuilder in C++....DocumentBuilder > ( doc ); // A Story is a type of node that has child Paragraph...builder -> EndTable (); ASSERT_TRUE ( builder -> get_CurrentStory...

    reference.aspose.com/words/cpp/aspose.words/doc...
  2. Alignment Settings|Documentation

    In the Aspose.Cells for Python via .NET library, you can use cell alignment settings to adjust the layout and display of text. By adjusting settings such as horizontal alignment, vertical alignment, and text wrapping, you have more control over how text flows in cells. This document will provide you with detailed steps and sample code to help you quickly grasp how to use Aspose.Cells for Python via .NET for cell alignment settings.... Select any text alignment type using the TextAlignmentType...pre‑defined text alignment types in the TextAlignmentType enumeration...

    docs.aspose.com/cells/python-net/cells-alignmen...
  3. FieldIndex.page_number_list_separator property ...

    FieldIndex.page_number_list_separator property. Gets or sets the character sequence that is used to separate two page numbers in a page number list.... insert_field ( field_type = aw . fields . FieldType ....FIELD_INDEX , update_field = True ) . as_field_index () # If our...

    reference.aspose.com/words/python-net/aspose.wo...
  4. FieldIndex.sequence_separator property | Aspose...

    FieldIndex.sequence_separator property. Gets or sets the character sequence that is used to separate sequence numbers and page numbers.... insert_field ( field_type = aw . fields . FieldType ....FIELD_INDEX , update_field = True ) . as_field_index () # In the...

    reference.aspose.com/words/python-net/aspose.wo...
  5. 档案

    档案...fill_type = slides.FillType.NO_FILL watermarkShape...line_format.fill_format.fill_type = slides.FillType.NO_FILL #...

    blog.aspose.com/zh/slides/add-watermark-to-powe...
  6. Aspose::Words::HeaderFooter::get_HeaderFooterTy...

    Aspose::Words::HeaderFooter::get_HeaderFooterType method. Gets the Type of this header/footer in C++....rFooterType method Gets the type of this header/footer. Aspose...ASSERT_TRUE ( header -> get_IsHeader ()); ASSERT_TRUE ( para...

    reference.aspose.com/words/cpp/aspose.words/hea...
  7. 图表工作簿|Aspose.Slides for Node.js via .NET 文档

    JavaScript 中 PowerPoint 演示文稿的图表工作簿...Bubble , 50 , 50 , 600 , 400 , true ); var series = chart . getChartData... (). setShowLabelValueFro ( true ); var wb = chart . getChartData...

    docs.aspose.com/slides/zh/nodejs-java/chart-wor...
  8. Alternative way to extract a MergeField from a ...

    I am using the below source code in order to identify any text boxes containing MergeField Pattern pattern = Pattern.compile("(MERGEFIELD.+\\* MERGEFORMAT)"); try { // Find all text boxes containing merge fields Docum…...SHAPE, true)) { if (obj instanceof Shape)...getChildNodes(NodeType.PARAGRAPH, true); Paragraph refNode = shape...

    forum.aspose.com/t/alternative-way-to-extract-a...
  9. FieldOptions.file_name property | Aspose.Words ...

    FieldOptions.file_name property. Gets or sets the file name of the document.... insert_field ( field_type = aw . fields . FieldType ....FIELD_FILE_NAME , update_field = True ) . as_field_file_name () field...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Bookmark | Aspose.Words for Java

    Represents a single bookmark in Java.... isColumn() Returns true if this bookmark is a table...and its IsColumn flag set to true. System.out.println(MessageFormat...

    reference.aspose.com/words/java/com.aspose.word...