Sort Score
Result 10 results
Languages All
Labels All
Results 1,751 - 1,760 of 17,473 for

true type

(0.18 sec)
  1. CompareOptions.IgnoreFootnotes | Aspose.Words f...

    Discover how the IgnoreFootnotes property in CompareOptions enhances document comparison by excluding footnotes and endnotes for clearer results....Shows how to filter specific types of document elements when making...Document ) docOriginal . Clone ( true ); Paragraph firstParagraph...

    reference.aspose.com/words/net/aspose.words.com...
  2. Aspose::Words::DocumentBuilder::InsertOleObject...

    Aspose::Words::DocumentBuilder::InsertOleObjectAsIcon method. Inserts an embedded OLE object as icon from a stream into the document. Allows to specify icon file and caption. Detects OLE object Type using given progID parameter in C++.... Detects OLE object type using given progID parameter...String & iconCaption ) Parameter Type Description stream const Sy...

    reference.aspose.com/words/cpp/aspose.words/doc...
  3. Document.TrackRevisions | Aspose.Words for .NET

    Enable Document TrackRevisions to automatically track edits in Microsoft Word, ensuring seamless collaboration and precise version control....TrackRevisions property True if changes are tracked when...( doc . HasRevisions , Is . True ); Assert . That ( doc . Revisions...

    reference.aspose.com/words/net/aspose.words/doc...
  4. DocumentBuilder.insertHtml method | Aspose.Word...

    Aspose.Words.DocumentBuilder.insertHtml method...( html : string ) Parameter Type Description html string An HTML...useBuilderFormatting : boolean ) Parameter Type Description html string An HTML...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Document.has_macros property | Aspose.Words for...

    Document.has_macros property. Returns ``True`` if the document has a VBA project (macros)....has_macros property Returns True if the document has a VBA project...builder . insert_field ( field_type = aw . fields . FieldType ....

    reference.aspose.com/words/python-net/aspose.wo...
  6. Node.nextSibling property | Aspose.Words for No...

    Node.nextSibling property. Gets the node immediately following this node.... toEqual ( true ); // Invoke the recursive function...node tree while printing the type of each node /// with an indent...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Shrink Space|Aspose.Words for Reporting Services

    Shrink Space setting of the Aspose.Words for Reporting Services....is set to True AllowAutoFit (see below) is set to True ; To change... < Extension Name = "AWDOC" Type = "Aspose.Words.ReportingServices...

    docs.aspose.com/words/reportingservices/shrink-...
  8. BuildingBlock | Aspose.Words for Java

    Represents a glossary document entry such as a Building Block AutoText or an AutoCorrect entry in Java....getFirstSection(), true)); // We can also find it in...ancestor of the specified object type. getBehavior() Specifies the...

    reference.aspose.com/words/java/com.aspose.word...
  9. FieldAdvance | Aspose.Words for Java

    Implements the ADVANCE field in Java....FIELD_ADVANCE, true); field.setRightOffset("5");...insertField(FieldType.FIELD_ADVANCE, true); field.setDownOffset("5");...

    reference.aspose.com/words/java/com.aspose.word...
  10. Aspose复选框增加问题咨询 - Free Support Forum - aspose.com

    Aspose组件的复选框技术研究之后,已经按照官方示例去配置发现只对生成excel文件有效,但是转成页面加载之后就没有复选框的属性出来了, aspose增加复选框.zip (6.5 KB) (复选框问题排查:经过几轮方案验证,确认为aspose.gridJs无法加载使用aspose.cell for java的API添加的checkbox元素)...JavaScript 根据单元格坐标手动插入 <input type="checkbox"> 。 1. 通过 Workbook...HtmlSaveOptions.setExportFormulas(true) 等),然后在页面直接使用该 HTML。 java<br>HtmlSaveOptions...

    forum.aspose.com/t/aspose/323235