Sort Score
Result 10 results
Languages All
Labels All
Results 5,341 - 5,350 of 16,769 for

true type

(0.16 sec)
  1. LET function #NAME error - Free Support Forum -...

    We are getting a couple of errors due to the LET function after calling wb.CalculateFormula(ignoreError: True). We are using version 25.9 of Aspose.Cells When using an xlsb workbook format with a LET function and call…...CalculateFormula(ignoreError: true). We are using version 25.9...CalculateFormula(ignoreError: true); we get #NAME errors. When...

    forum.aspose.com/t/let-function-name-error/319910
  2. Working with Messages from IMAP Server|Document...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... list_messages ( True ) Please note that using this...information (size, name, media type). ImapAttachmentInfoCo class...

    docs.aspose.com/email/python-net/working-with-m...
  3. Chart class | Aspose.Words for Python

    aspose.words.drawing.charts.Chart class. Provides access to the chart shape properties... insert_chart ( chart_type = aw . drawing . charts . ChartType...to "true" to make the title visible. title . show = True # Set...

    reference.aspose.com/words/python-net/aspose.wo...
  4. 配置 Visio 时间线形状|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....setAutoUpdate ( true ); // Set milestone type milestoneHelper...Milstone 的 IsAutoUpdate 属性设置为 true。 调用 MilestoneHelper 对象的 RefreshMilestone...

    docs.aspose.com/diagram/zh/java/configure-visio...
  5. DocSaveOptions class | Aspose.Words for Node.js

    Aspose.Words.Saving.DocSaveOptions class. Can be used to specify additional options when saving a document into the [SaveFormat.Doc](../../aspose.words/saveformat/#Doc) or [SaveFormat.Dot](../../aspose.words/saveformat/#Dot) format... Default value is true , all metafiles are compressed...SaveOptions ) exportGeneratorName When true , causes the name and version...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Aspose::Words::Hyphenation::RegisterDictionary ...

    Aspose::Words::Hyphenation::RegisterDictionary method. Registers and loads a hyphenation dictionary for the specified language from a stream. Throws if dictionary cannot be read or has invalid format in C++....Stream > & stream ) Parameter Type Description language const System::String&...String & fileName ) Parameter Type Description language const System::String&...

    reference.aspose.com/words/cpp/aspose.words/hyp...
  7. TextPath.reverse_rows property | Aspose.Words f...

    TextPath.reverse_rows property. Determines whether the layout order of rows is reversed.... If True , the layout order of rows is...text_path . bold = True shape . text_path . italic = True # Below are...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Visual Studio Export GridView To Word Control|A...

    How to export contents of GridView into Word Processing document using Aspose.Words in C#....by this control Property Name Type Example/Possible values Description...ExportInLandscape bool true or false If true it changes the orientation...

    docs.aspose.com/words/net/visual-studio-export-...
  9. OleFormat.source_item property | Aspose.Words f...

    OleFormat.source_item property. Gets or sets a string that is used to identify the portion of the source file that is being linked....vsd' , 'Package' , True , True , None ) # Inserting OLE...get_child_nodes ( aw . NodeType . SHAPE , True )] self . assertEqual ( 2 ,...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Extract Content in PHP|Aspose.Words for Java

    Extract Content from Document using PHP....nodeType -> PARAGRAPH , 6 , true ); $ endPara = $ doc -> getFirstSection...nodeType -> PARAGRAPH , 10 , true ); // Extract the content between...

    docs.aspose.com/words/java/extract-content-in-php/