Sort Score
Result 10 results
Languages All
Labels All
Results 5,901 - 5,910 of 299,987 for

doc

(0.13 sec)
  1. index.xml

    1.0 utf-8 yes 2.0 http://www.w3.org/2005/Atom Convert Doc to XLSX via Java or Online App or with free Online Converterhttps://products.aspose.com/total/java/conversion/Doc-to-xlsx/Convert Doc to XL......org/2005/Atom Convert DOC to XLSX via Java or Online App...com/total/java/conversion/doc-to-xlsx/Convert DOC to XLSX via Java or...

    products.aspose.com/total/java/conversion/doc-t...
  2. index.xml

    1.0 utf-8 yes 2.0 http://www.w3.org/2005/Atom Convert Doc to XLS via Java or Online App or with free Online Converterhttps://products.aspose.com/total/java/conversion/Doc-to-xls/Convert Doc to XLS ......org/2005/Atom Convert DOC to XLS via Java or Online App...com/total/java/conversion/doc-to-xls/Convert DOC to XLS via Java or...

    products.aspose.com/total/java/conversion/doc-t...
  3. index.xml

    1.0 utf-8 yes 2.0 http://www.w3.org/2005/Atom Exporteer POTX naar Doc op Andorid via Java of met gratis Online Converterhttps://products.aspose.com/total/nl/android-java/conversion/potx-to-Doc/Conv......org/2005/Atom Exporteer POTX naar DOC op Andorid via Java of met gratis...version/potx-to-doc/Converteer POTX naar DOC in mobiele apps...

    products.aspose.com/total/nl/android-java/conve...
  4. Frameset class | Aspose.Words for Python

    aspose.words.framesets.Frameset class. Represents a frames page or a single frame on a frames page... doc = aw . Document ( file_name =...docx' ) self . assertEqual ( 3 , doc . frameset . child_framesets...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Document.ensure_minimum method | Aspose.Words f...

    Document.ensure_minimum method. If the Document contains no sections, creates one section with one paragraph.... doc = aw . Document () nodes = doc . get_child_nodes...node_type ) self . assertEqual ( doc , nodes [ 0 ] . parent_node )...

    reference.aspose.com/words/python-net/aspose.wo...
  6. 使用 Python 制作 WORD

    通过几个步骤在 Python 中创建一个新的 WORD。使用 Python via .NET 库轻松创建 WORD。...例子 输出格式 DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...words as aw doc = aw.Document() comment = aw.Comment(doc) comment...

    products.aspose.com/words/zh/python-net/make/word/
  7. Font.highlight_color property | Aspose.Words fo...

    Font.highlight_color property. Gets or sets the highlight (marker) color.... doc = aw . Document () run = aw . Run ( doc = doc , text... pydrawing . Color . yellow doc . first_section . body . first_paragraph...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Aspose::Words::Replacing::FindReplaceOptions::g...

    Aspose::Words::Replacing::FindReplaceOptions::get_IgnoreDeleted method. Gets or sets a boolean value indicating either to ignore text inside delete revisions. The default value is false in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); builder -> Writeln ( u "Hello...

    reference.aspose.com/words/cpp/aspose.words.rep...
  9. Aspose::Words::Body::EnsureMinimum method | Asp...

    Aspose::Words::Body::EnsureMinimum method. If the last child is not a paragraph, creates and appends one empty paragraph in C++.... auto doc = MakeObject < Document > ();...document node with no children. doc -> RemoveAllChildren (); // This...

    reference.aspose.com/words/cpp/aspose.words/bod...
  10. CompositeNode.insert_before method | Aspose.Wor...

    CompositeNode.insert_before method. Inserts the specified node immediately before the specified reference node.... doc = aw . Document () # An empty...paragraph. self . assertEqual ( 1 , doc . first_section . body . paragraphs...

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