Sort Score
Result 10 results
Languages All
Labels All
Results 7,401 - 7,410 of 18,404 for

docx to doc

(1.09 sec)
  1. CustomPartCollection.Clone | Aspose.Words for .NET

    Effortlessly clone your CusTomPartCollection with our deep copy method, ensuring all items are preserved for seamless data management.... Document doc = new Document ( MyDir + "Custom...parts OOXML package.docx" ); Assert . That ( doc . PackageCustomParts...

    reference.aspose.com/words/net/aspose.words.mar...
  2. Aspose::Words::Markup::CustomXmlPart::get_Schem...

    Aspose::Words::Markup::CusTomXmlPart::get_Schemas method. Specifies the set of XML schemas that are associated with this cusTom XML part in C++.... auto doc = System :: MakeObject < Aspose...:: CustomXmlPart > xmlPart = doc -> get_CustomXmlParts () -> Add...

    reference.aspose.com/words/cpp/aspose.words.mar...
  3. Font.Position | Aspose.Words for .NET

    Discover the Font Position property, easily adjust text alignment in points for precise control over your typography. Elevate your design with flexible positioning!... Document doc = new Document (); Paragraph...Paragraph para = ( Paragraph ) doc . GetChild ( NodeType . Paragraph ...

    reference.aspose.com/words/net/aspose.words/fon...
  4. Compare result does not match MS Word - Bookmar...

    As a follow up To this issue: Compare result does not match MS Word output - Bookmarks are missing I’ve run inTo another case where bookmarks are missing when comparing two Documents, and the output differs from the out…...files: doc_1.docx which has a bookmarked named bookmark_1 doc_2.docx...docx which has a bookmarked named bookmark_1 and a new bookmark...

    forum.aspose.com/t/compare-result-does-not-matc...
  5. DocumentBase.styles property | Aspose.Words for...

    DocumentBase.styles property. Returns a collection of styles defined in the Document.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Create a custom paragraph...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Aspose::Words::Section::ClearHeadersFooters met...

    Aspose::Words::Section::ClearHeadersFooters method. Clears the headers and footers of this section in C++.... auto doc = System :: MakeObject < Aspose...Document > (); ASSERT_EQ ( 0 , doc -> get_FirstSection () -> get_HeadersFooters...

    reference.aspose.com/words/cpp/aspose.words/sec...
  7. CustomPartCollection class | Aspose.Words for P...

    aspose.words.markup.CusTomPartCollection class. Represents a collection of [CusTomPart](../cusTompart/) objects... doc = aw . Document ( MY_DIR + 'Custom...OOXML package.docx' ) self . assertEqual ( 2 , doc . package_custom_parts...

    reference.aspose.com/words/python-net/aspose.wo...
  8. BuiltInDocumentProperties.Paragraphs | Aspose.W...

    Discover the BuiltInDocumentProperties Paragraphs property, offering an accurate estimate of paragraph count in your Document for better content management.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Writeln ( "Lorem...

    reference.aspose.com/words/net/aspose.words.pro...
  9. TextPath.Shadow | Aspose.Words for .NET

    Discover how the TextPath Shadow property enhances your text with cusTomizable shadows for stunning visual effects on your designs....InsertTextPaths () { Document doc = new Document (); // Insert...Shape shape = AppendWordArt ( doc , "Hello World! This text is...

    reference.aspose.com/words/net/aspose.words.dra...
  10. Document.spelling_checked property | Aspose.Wor...

    Document.spelling_checked property. Returns ``True`` if the Document has been checked for spelling.... doc = aw . Document () # The string...string with spelling errors. doc . first_section . body . first_paragraph...

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