Sort Score
Result 10 results
Languages All
Labels All
Results 6,081 - 6,090 of 299,987 for

doc

(0.13 sec)
  1. index.xml

    1.0 utf-8 yes 2.0 http://www.w3.org/2005/Atom 在 Python 中将 Doc 转换为 EMLhttps://products.aspose.com/total/zh/python-net/conversion/Doc-to-eml/在 Python 应用程序中将 Doc 保存为 EML,而无需使用 Microsoft Word 或 Outlook......org/2005/Atom 在 Python 中将 DOC 转换为 EMLhttps://products.aspose...net/conversion/doc-to-eml/在 Python 应用程序中将 DOC 保存为 EML,而无需使用 Microsoft...

    products.aspose.com/total/zh/python-net/convers...
  2. index.xml

    1.0 utf-8 yes 2.0 http://www.w3.org/2005/Atom 在 Python 中将 Doc 转换为 EMAILhttps://products.aspose.com/total/zh/python-net/conversion/Doc-to-email/在 Python 应用程序中将 Doc 保存为 EMAIL,而无需使用 Microsoft Word 或 O......org/2005/Atom 在 Python 中将 DOC 转换为 EMAILhttps://products.aspose...et/conversion/doc-to-email/在 Python 应用程序中将 DOC 保存为 EMAIL,而无需使用...

    products.aspose.com/total/zh/python-net/convers...
  3. Image | Aspose.Note for .NET API Reference

    Represents an Image....the Document class Document doc = new Document (); // Initialize...= new Aspose . Note . Page ( doc ); // Initialize Outline class...

    reference.aspose.com/note/net/aspose.note/image/
  4. InlineStory.paragraphs property | Aspose.Words ...

    InlineStory.paragraphs property. Gets a collection of paragraphs that are immediate children of the story.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Add text, and reference...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Document.update_actual_reference_marks method |...

    Document.update_actual_reference_marks method. Updates the [Footnote.actual_reference_mark](../../../aspose.words.notes/footnote/actual_reference_mark/) property of all footnotes and endnotes in the Document.... doc = aw . Document ( file_name =...endnotes.docx' ) footnote = doc . get_child ( aw . NodeType ...

    reference.aspose.com/words/python-net/aspose.wo...
  6. MappedDataFieldCollection.clear method | Aspose...

    MappedDataFieldCollection.clear method. Removes all elements from the collection.... ( self ): doc = ExMailMerge . create_source_doc_mapped_data_fields...key/value pair. mapped_data_fields = doc . mail_merge . mapped_data_fields...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Word Chart text highlight problem - Free Suppor...

    Hi Team, Highlighting text in word chart not happening. using following code: FindReplaceOptions option1 = new FindReplaceOptions(); option1.ApplyFont.HighlightColor = System.Drawing.Color.Yellow; option1.FindWholeWord…...Backward; Document doc = new Document(filePath); Regex...Two", RegexOptions.IgnoreCase); doc .Range.Replace(regx, "", option1);...

    forum.aspose.com/t/word-chart-text-highlight-pr...
  8. Shape object movement - java - Free Support For...

    Hi Team, I am writing to request your assistance with a Document formatting issue that I have encountered. Specifically, the issue article has the first paragraph containing 2 shape objects and the second paragraph cont…...code: Document doc = new Document(@"C:\Temp\input.doc"); LayoutCollector...collector = new LayoutCollector(doc); LayoutEnumerator enumerator...

    forum.aspose.com/t/shape-object-movement-java/2...
  9. SmartTag Class | Aspose.Words for .NET

    Aspose.Words.Markup.SmartTag class. This element specifies the presence of a smart tag around one or more inline structures runs images fieldsetc. within a paragraph in C#....public void Create () { Document doc = new Document (); // A smart...SmartTag smartTag = new SmartTag ( doc ); // Smart tags are composite...

    reference.aspose.com/words/net/aspose.words.mar...
  10. FieldInclude.LockFields | Aspose.Words for .NET

    FieldInclude LockFields property. Gets or sets whether to prevent fields in the included Document from being updated in C#.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // We can use an INCLUDE field...

    reference.aspose.com/words/net/aspose.words.fie...