Sort Score
Result 10 results
Languages All
Labels All
Results 5,841 - 5,850 of 153,349 for

2

(0.2 sec)
  1. Document.PackageCustomParts | Aspose.Words for ...

    Manage custom parts in your OOXML package effortlessly. Access and modify linked content with ease for enhanced document flexibility and functionality.... EqualTo ( 2 )); // Clone the second part,...PackageCustomParts . RemoveAt ( 2 ); Assert . That ( doc . PackageCustomParts...

    reference.aspose.com/words/net/aspose.words/doc...
  2. Paragraph.append_field method | Aspose.Words fo...

    aspose.words.Paragraph.append_field method... FIELD_DATE , True ) # 2 - Append a TIME field using a...value' , doc . range . fields [ 2 ] . result ) # This field will...

    reference.aspose.com/words/python-net/aspose.wo...
  3. TxtSaveOptions.SimplifyListLabels | Aspose.Word...

    Discover how TxtSaveOptions' SimplifyListLabels feature enhances clarity by streamlining complex list labels for improved text representation.... Writeln ( "Item 2" ); builder . ListFormat . ListIndent...Item 1{newLine}" + $" > Item 2{newLine}" + $" + Item 3{newLine}"...

    reference.aspose.com/words/net/aspose.words.sav...
  4. ParagraphFormat.is_list_item property | Aspose....

    ParagraphFormat.is_list_item property. True when the paragraph is an item in a bulleted or numbered list....writeln ( 'Bulleted list item 2.' ) builder . paragraph_format...writeln ( 'Numbered list item 2.' ) builder . writeln ( 'Numbered...

    reference.aspose.com/words/python-net/aspose.wo...
  5. TxtSaveOptions.simplify_list_labels property | ...

    TxtSaveOptions.simplify_list_labels property. Specifies whether the program should simplify list labels in case of complex label formatting not being adequately represented by plain text.... writeln ( 'Item 2' ) builder . list_format . list_indent...1 { new_line } ' + f ' > Item 2 { new_line } ' + f ' + Item 3...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Aspose.Page for Python – Frequently Asked Quest...

    Comprehensive FAQ covering installation, licensing, supported formats, conversion, rendering, editing, performance, and troubleshooting for Aspose.Page's pure‑Python library....page as ap 2 license = ap. License () 3 license...Copy 1 import aspose.page as ap 2 3 doc = ap. Document ( ' sample...

    docs.aspose.com/page/python-net/faq/
  7. TextBox.break_forward_link method | Aspose.Word...

    TextBox.break_forward_link method. Breaks the link to the next [TextBox](../).... For example: 1-2-3-4 sequence and TextBox.break_forward_link()...break_forward_link() at the 2-nd textbox will create two sequences 1-2, 3-4. Examples...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Aspose::Words::Markup::CustomPartCollection::Re...

    Aspose::Words::Markup::CustomPartCollection::RemoveAt method. Removes an item at the specified index in C++....docx" ); ASSERT_EQ ( 2 , doc -> get_PackageCustomParts...get_PackageCustomParts () -> RemoveAt ( 2 ); ASSERT_EQ ( 2 , doc -> get_PackageCustomParts...

    reference.aspose.com/words/cpp/aspose.words.mar...
  9. Aspose::Words::TabStopCollection::get_Count met...

    Aspose::Words::TabStopCollection::get_Count method. Gets the number of tab stops in the collection in C++....TabLeader :: Dashes )); ASSERT_EQ ( 2 , tabStops -> get_Count ()); ASSERT_FALSE...Writeln ( u "Start \t Tab 1 \t Tab 2" ); System :: SharedPtr < Aspose...

    reference.aspose.com/words/cpp/aspose.words/tab...
  10. lc.GetEntity is getting NULL value - Free Suppo...

    I have below code and it fails on line le.Current = lc.GetEntity(para); because lc.GetEntity(para) gets NULL value and it says parameter value can’t be null. Could you please guide what is causing this to fail? priva…...Discourse July 28, 2025, 1:55pm 2 @ankit.chhelavda It appears that...alexey.noskov July 28, 2025, 2:22pm 3 @ankit.chhelavda This can...

    forum.aspose.com/t/lc-getentity-is-getting-null...