Sort Score
Result 10 results
Languages All
Labels All
Results 6,451 - 6,460 of 16,783 for

true type

(0.15 sec)
  1. ComparisonMode.IGNORE_SPACES Throws NullReferen...

    Issue 1: SideBySidePdfComparer.compare()consistently throws aNullReferenceExceptionwhenComparisonMode.IGNORE_SPACESis used on cetain PDF pages (~85–110 KB per page). The exact same files compare successfully withCompari…...frequently, and different error types surface beyond the NullReferenceExcepti...options.additional_change_marks = True options.comparison_mode = ComparisonMode...

    forum.aspose.com/t/comparisonmode-ignore-spaces...
  2. Aspose::Words::Fonts::FontSubstitutionSettings:...

    Aspose::Words::Fonts::FontSubstitutionSettings::get_FontNameSubstitution method. Settings related to font name substitution rule in C++....SystemFonts , systemFontSource -> get_Type ()); ASSERT_EQ ( 0 , systemFontSource...get_FontInfoSubstitution () -> set_Enabled ( true ); doc -> get_FontSettings ()...

    reference.aspose.com/words/cpp/aspose.words.fon...
  3. Aspose::Words::Fonts::FontSettings::ResetFontSo...

    Aspose::Words::Fonts::FontSettings::ResetFontSources method. Resets the fonts sources to the system default in C++....SystemFonts , systemFontSource -> get_Type ()); ASSERT_EQ ( 0 , systemFontSource...get_FontInfoSubstitution () -> set_Enabled ( true ); doc -> get_FontSettings ()...

    reference.aspose.com/words/cpp/aspose.words.fon...
  4. DocumentPropertyCollection.Clear | Aspose.Words...

    Effortlessly clear all properties from your DocumentPropertyCollection with our Clear method. Streamline your data management today!... Add ( "Authorized" , true ); properties . Add ( "Authorized..."\n\tType: \"{enumerator.Current.Type}\"\n\tValue: \"{enumerator.Current...

    reference.aspose.com/words/net/aspose.words.pro...
  5. DocumentPropertyCollection.GetEnumerator | Aspo...

    Discover the DocumentPropertyCollection GetEnumerator method. Easily iterate through all collection items with this efficient enumerator for seamless data access.... Add ( "Authorized" , true ); properties . Add ( "Authorized..."\n\tType: \"{enumerator.Current.Type}\"\n\tValue: \"{enumerator.Current...

    reference.aspose.com/words/net/aspose.words.pro...
  6. Aspose::Words::Style::get_List method | Aspose....

    Aspose::Words::Style::get_List method. Gets the list that defines formatting of this list style in C++.... For other style types this property returns null ...listStyle -> get_List (); ASSERT_TRUE ( list1 -> get_IsListStyleDefinitio...

    reference.aspose.com/words/cpp/aspose.words/sty...
  7. 搜索

    搜索..._CenterText ( NullableBool::True); chart->get_ChartTitle()->set_Height(20);...t(20); chart->set_HasTitle( true); // 刪除默認生成的系列和類別 chart->ge...

    blog.aspose.com/zh-hant/slides/create-powerpoin...
  8. AxisCrosses enumeration | Aspose.Words for Python

    aspose.words.drawing.charts.AxisCrosses enumeration. Specifies the possible crossing points for an axis.... insert_chart ( chart_type = aw . drawing . charts . ChartType...chart . axis_x x_axis . category_type = aw . drawing . charts . AxisCategoryType...

    reference.aspose.com/words/python-net/aspose.wo...
  9. CommentCollection class | Aspose.Words for Python

    aspose.words.CommentCollection class. Provides Typed access to a collection of [Comment](../comment/) nodes...CommentCollection class Provides typed access to a collection of Comment...'Hello world!' comment . done = True # Comments that are "done" will...

    reference.aspose.com/words/python-net/aspose.wo...
  10. 怎么在这里面获取图片信息 if node.node_type == aw.NodeType.S...

    def get_paragraph_str(paragraph): """获取段落信息""" para_content = paragraph.to_string(aw.SaveFormat.TEXT) para_content = para_content.replace("\r", "") para_content = para_content.strip() return para_cont…...node_type == aw.NodeType.SHAPE: 中文技术支持 words-python...NodeType.ANY, False): if node.node_type == aw.NodeType.PARAGRAPH: node...

    forum.aspose.com/t/if-node-node-type-aw-nodetyp...