Sort Score
Result 10 results
Languages All
Labels All
Results 8,101 - 8,110 of 18,490 for

docx to doc

(2.77 sec)
  1. Document.Frameset | Aspose.Words for .NET

    Discover the Frameset property for Documents. Get a Frameset instance for seamless integration of framed pages. Enhance your web experience Today!...Document doc = new Document ( MyDir + "Frameset.docx" ); Assert...Assert . That ( doc . Frameset . ChildFramesets . Count , Is . EqualTo...

    reference.aspose.com/words/net/aspose.words/doc...
  2. SaveOptions.UpdateAmbiguousTextFont | Aspose.Wo...

    Improve text clarity in PDFs with UpdateAmbiguousTextFont. Ensure accurate font rendering based on character codes for better readability....Document doc = new Document ( MyDir + "Special symbol.docx" ); Run...Run run = doc . FirstSection . Body . FirstParagraph . Runs [...

    reference.aspose.com/words/net/aspose.words.sav...
  3. DocumentSecurity Enum | Aspose.Words for .NET

    Discover Aspose.Words.DocumentSecurity enum To enhance your Document's security. Easily specify and manage security levels for optimal protection....Document doc = new Document (); Assert . That ( doc . BuiltInDocumentPrope..."Security" built-in property. doc . WriteProtection . ReadOnlyRecommended...

    reference.aspose.com/words/net/aspose.words.pro...
  4. TextWatermarkOptions.font_size property | Aspos...

    TextWatermarkOptions.font_size property. Gets or sets a font size... doc = aw . Document () # Add a plain...plain text watermark. doc . watermark . set_text ( text = 'Aspose...

    reference.aspose.com/words/python-net/aspose.wo...
  5. ShapeBase.title property | Aspose.Words for Python

    ShapeBase.title property. Gets or sets the title (caption) of the current shape object.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Create a shape, give it...

    reference.aspose.com/words/python-net/aspose.wo...
  6. ProtectionType enumeration | Aspose.Words for P...

    aspose.words.ProtectionType enumeration. Protection type for a Document.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'Section...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Comment.set_text method | Aspose.Words for Python

    Comment.set_text method. This is a convenience method that allows To easily set text of the comment.... doc = aw . Document () builder =...DocumentBuilder ( doc = doc ) comment = aw . Comment ( doc = doc , author...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Aspose::Words::Framesets::Frameset::get_ChildFr...

    Aspose::Words::Framesets::Frameset::get_ChildFramesets method. Gets the collection of child frames and frames pages in C++.... auto doc = System :: MakeObject < Aspose...() + u "Frameset.docx" ); ASSERT_EQ ( 3 , doc -> get_Frameset...

    reference.aspose.com/words/cpp/aspose.words.fra...
  9. Replace text in equations - Free Support Forum ...

    hello, I need To replace certain values in formulas. The problem is that the Replace method does not change the value. Code: int main() { auTo Doc = System::MakeObject<Document>(u"input.Docx"); System::SharedPtr<F…...{ auto doc = System::MakeObject<Document>(u"input.docx"); Sys...ons>(); for (int i = 0; i < doc->GetChildNodes(NodeType::OfficeMath...

    forum.aspose.com/t/replace-text-in-equations/31...
  10. ComHelper | Aspose.Words for .NET

    Discover ComHelper, the powerful construcTor that effortlessly initializes new class instances, enhancing your programming efficiency and productivity....Document doc = comHelper . Open ( MyDir + "Document.docx" ); Assert...Assert . That ( doc . GetText (). Trim (), Is . EqualTo ( "Hello...

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