Sort Score
Result 10 results
Languages All
Labels All
Results 7,371 - 7,380 of 18,406 for

docx to doc

(0.16 sec)
  1. Document.package_custom_parts property | Aspose...

    Document.package_cusTom_parts property. Gets or sets the collection of cusTom parts (arbitrary content) that are linked To the OOXML package using unknown relationships.... doc = aw . Document ( MY_DIR + 'Custom...OOXML package.docx' ) self . assertEqual ( 2 , doc . package_custom_parts...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Aspose::Words::Style::get_LinkedStyleName metho...

    Aspose::Words::Style::get_LinkedStyleName method. Gets/sets the name of the Style linked To this one. Returns empty string if no styles are linked in C++.... auto doc = System :: MakeObject < Aspose...get_MyDir () + u "Style with alias.docx" ); // This document contains...

    reference.aspose.com/words/cpp/aspose.words/sty...
  3. Aspose::Words::Document::get_ProtectionType met...

    Aspose::Words::Document::get_ProtectionType method. Gets the currently active Document protection type in C++.... auto doc = System :: MakeObject < Aspose...Aspose :: Words :: Document > (); doc -> Protect ( Aspose :: Words...

    reference.aspose.com/words/cpp/aspose.words/doc...
  4. HyphenationOptions.HyphenationZone | Aspose.Wor...

    Optimize text layout with the HyphenationZone property. Control hyphenation distance from the right margin for cleaner, professional Documents.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Font . Size = 24...

    reference.aspose.com/words/net/aspose.words.set...
  5. XamlFlowSaveOptions Class | Aspose.Words for .NET

    Discover Aspose.Words.Saving.XamlFlowSaveOptions for enhanced Document saving in XamlFlow formats. Unlock advanced features for seamless integration!...files used when saving to a DOC or DOCX file. By default, this property...Document doc = new Document ( MyDir + "Rendering.docx" ); ImageUriPrinter...

    reference.aspose.com/words/net/aspose.words.sav...
  6. FramesetCollection.count property | Aspose.Word...

    FramesetCollection.count property. Gets the number of frames or frames pages contained in the collection.... doc = aw . Document ( file_name =...+ 'Frameset.docx' ) self . assertEqual ( 3 , doc . frameset ...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Margins Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Margins enum for cusTomizable Document margins. Enhance your Document formatting with easy-To-use presets!...Document doc = new Document ( MyDir + "Rendering.docx" ); // Saving...the document within its pages. doc . Save ( ArtifactsDir + "Document...

    reference.aspose.com/words/net/aspose.words/mar...
  8. Comment.done property | Aspose.Words for Python

    Comment.done property. Gets or sets flag indicating that the comment has been marked done.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'Helo...

    reference.aspose.com/words/python-net/aspose.wo...
  9. EmbeddedFontStyle enumeration | Aspose.Words fo...

    aspose.words.fonts.EmbeddedFontStyle enumeration. Specifies the style of an embedded font inside a [FontInfo](../fontinfo/) object.... doc = aw . Document ( file_name =...+ 'Embedded font.docx' ) embedded_font = doc . font_infos . get_by_name...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Converter.ConvertToImages | Aspose.Words for .NET

    Transform your Documents effortlessly with ConvertToImages. Convert pages To high-quality image files quickly and easily for enhanced sharing and sTorage.... string doc = MyDir + "Big document.docx" ; Stream [] streams...Converter . ConvertToImages ( doc , SaveFormat . Png ); ImageSaveOptions...

    reference.aspose.com/words/net/aspose.words.low...