Sort Score
Result 10 results
Languages All
Labels All
Results 1,311 - 1,320 of 15,785 for

true type

(0.12 sec)
  1. FormField.HelpText | Aspose.Words for .NET

    Discover the FormField HelpText property, enhance user experience with informative messages displayed when F1 is pressed on focused fields....the OwnHelp property is set to true , HelpText specifies the text...comboBox . CalculateOnExit = true ; Assert . That ( comboBox ...

    reference.aspose.com/words/net/aspose.words.fie...
  2. FormField.OwnStatus | Aspose.Words for .NET

    Discover how the FormField OwnStatus property enhances user experience by customizing status bar text when a form field is focused....OwnStatus { get ; set ; } Remarks If true , the text specified by the...comboBox . CalculateOnExit = true ; Assert . That ( comboBox ...

    reference.aspose.com/words/net/aspose.words.fie...
  3. HeaderFooter.HeaderFooterType | Aspose.Words fo...

    Discover the HeaderFooterType property to easily access and manage your document's header and footer Types for enhanced formatting control....HeaderFooterType property Gets the type of this header/footer. public...That ( header . IsHeader , Is . True ); Assert . That ( para . IsEndOfHeaderFooter...

    reference.aspose.com/words/net/aspose.words/hea...
  4. ChartTitle | Aspose.Words for Java

    Provides access to the chart title properties in Java....to "true" to make the title visible. title.setShow(true); //...Set the "Overlay" property to "true" Give other chart elements more...

    reference.aspose.com/words/java/com.aspose.word...
  5. Node.Remove | Aspose.Words for .NET

    Discover the Node Remove method to effortlessly detach nodes from their parent, enhancing your code's efficiency and structure.... Shape , true ); Assert . That ( shapes ....all child nodes of a specific type from a composite node. Document...

    reference.aspose.com/words/net/aspose.words/nod...
  6. Forms2OleControl.Caption | Aspose.Words for .NET

    Discover the Forms2OleControl Caption property to easily customize your control's title. Enhance user experience with this simple, effective feature.... Shape , 0 , true ); OleControl oleControl = shape...EqualTo ( true )); Assert . That ( checkBox . Type , Is . EqualTo...

    reference.aspose.com/words/net/aspose.words.dra...
  7. Aspose::Words::Fields::FieldQuote::get_Text met...

    Aspose::Words::Fields::FieldQuote::get_Text method. Gets or sets the text to retrieve in C++....:: FieldType :: FieldQuote , true )); field -> set_Text ( u "...:: FieldType :: FieldQuote , true )); builder -> MoveTo ( field...

    reference.aspose.com/words/cpp/aspose.words.fie...
  8. Missing text in labels - Free Support Forum - a...

    Hi, when I try to get an image from a chart in Excel, only parts of the labels are picked. In the example, you will see that ‘Type…’ is missing. Here is the code: Aspose.Cells.License lic = new Cells.License(); lic…...example, you will see that ‘Type…’ is missing. Here is the code:...options.AllColumnsInOnePageP = true; options.ImageType = Aspose...

    forum.aspose.com/t/missing-text-in-labels/310539
  9. SystemFontSource.GetSystemFontFolders | Aspose....

    Discover the GetSystemFontFolders method in SystemFontSource. Easily access system font folders or receive an empty array if unavailable.... Type , Is . EqualTo ( FontSourceType...FontInfoSubstitution . Enabled = true ; doc . FontSettings . SubstitutionSettings...

    reference.aspose.com/words/net/aspose.words.fon...
  10. Aspose::Words::Node class | Aspose.Words for C+...

    Aspose::Words::Node class. Base class for all nodes of a Word document. To learn more, visit the documentation article in C++....virtual get_IsComposite () Returns true if this node can contain other...get_NodeType () const Gets the type of this node. get_ParentNode...

    reference.aspose.com/words/cpp/aspose.words/node/