Sort Score
Result 10 results
Languages All
Labels All
Results 9,081 - 9,090 of 182,455 for

doc

(0.42 sec)
  1. OleFormat.suggested_file_name property | Aspose...

    OleFormat.suggested_file_name property. Gets the file name suggested for the current embedded object if you want to save it into a file.... doc = aw . Document ( file_name =...'OLE shape.rtf' ) ole_shape = doc . first_section . body . get_child...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Aspose::Words::Loading::MarkdownLoadOptions::ge...

    Aspose::Words::Loading::MarkdownLoadOptions::get_SoftLineBreakCharacter method. Gets or sets a character value representing soft line break. The default value is SPACE (U+0020) in C++....ControlChar :: LineBreakChar ); auto doc = System :: MakeObject < Aspose...ASSERT_EQ ( u "line1 \u000b line2" , doc -> GetText (). Trim ()); } See...

    reference.aspose.com/words/cpp/aspose.words.loa...
  3. DigitalSignature.signature_type property | Aspo...

    DigitalSignature.signature_type property. Gets the type of the digital signature.... doc = aw . Document ( MY_DIR + 'Digitally...signed.docx' ) for signature in doc . digital_signatures : print...

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

    aspose.words.TabStopCollection class. A collection of [TabStop](../tabstop/) objects that represent custom tabs for a paragraph or a style... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) tab_stops = builder . paragraph_format...

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

    aspose.words.fields.FieldCompare class. Implements the COMPARE field... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) field = builder . insert_field...

    reference.aspose.com/words/python-net/aspose.wo...
  6. DocumentBuilder.insert_table_of_contents method...

    DocumentBuilder.insert_table_of_contents method. Inserts a TOC (table of contents) field into the Document.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert a table of contents...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose::Words::Notes::Footnote::get_StoryType m...

    Aspose::Words::Notes::Footnote::get_StoryType method. Returns Footnotes or Endnotes in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); System :: SharedPtr < Aspose...

    reference.aspose.com/words/cpp/aspose.words.not...
  8. Aspose::Words::InlineStory::get_Font method | A...

    Aspose::Words::InlineStory::get_Font method. Provides access to the font formatting of the anchor character of this object in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); System :: SharedPtr < Aspose...

    reference.aspose.com/words/cpp/aspose.words/inl...
  9. XmlMapping | Aspose.Words for Java

    Specifies the information that is used to establish a mapping between the parent structured Document tag and an XML element stored within a custom XML data part in the Document in Java.... Document doc = new Document(); // Construct...#2"; CustomXmlPart xmlPart = doc.getCustomXmlParts().add(xmlPartId...

    reference.aspose.com/words/java/com.aspose.word...
  10. OleControl.is_forms2_ole_control property | Asp...

    OleControl.is_forms2_ole_control property. Returns ``True`` if the control is a [Forms2OleControl](../../forms2olecontrol/).... doc = aw . Document ( file_name =...'ActiveX controls.docx' ) shape = doc . get_child ( aw . NodeType ...

    reference.aspose.com/words/python-net/aspose.wo...