Sort Score
Result 10 results
Languages All
Labels All
Results 9,721 - 9,730 of 18,313 for

docx to doc

(0.14 sec)
  1. WriteProtection.validate_password method | Aspo...

    WriteProtection.validate_password method. Returns ``True`` if the specified password is the same as the write-protection password the Document was protected with... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'Hello...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Aspose::Words::Drawing::ImageData::get_SourceFu...

    Aspose::Words::Drawing::ImageData::get_SourceFullName method. Gets or sets the path and name of the source file for the linked image in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); System :: String imageFileName...

    reference.aspose.com/words/cpp/aspose.words.dra...
  3. FieldAsk | Aspose.Words for Java

    Implements the ASK field in Java....throws Exception { Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Place a field where the...

    reference.aspose.com/words/java/com.aspose.word...
  4. BorderCollection.Item | Aspose.Words for .NET

    Discover the BorderCollection Item property To easily access Border objects by type. Streamline your design with efficient border management!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); BorderCollection borders =...

    reference.aspose.com/words/net/aspose.words/bor...
  5. ParagraphFormat.mirrorIndents property | Aspose...

    ParagraphFormat.mirrorIndents property. Gets or sets a flag indicating whether the left and right indents are of the same width.... let doc = new aw . Document ( base ....myDir + "Document.docx" ); let format = doc . firstSection . body...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. FieldAuthor Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldAuthor class, designed To effortlessly implement the AUTHOR field for enhanced Document management and auTomation.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // AUTHOR fields source their...

    reference.aspose.com/words/net/aspose.words.fie...
  7. Aspose::Words::Drawing::ShapeBase::LocalToParen...

    Aspose::Words::Drawing::ShapeBase::LocalToParent method. Converts a value from the local coordinate space inTo the coordinate space of the parent shape in C++.... auto doc = System :: MakeObject < Aspose...:: Drawing :: GroupShape > ( doc ); group -> set_Bounds ( System...

    reference.aspose.com/words/cpp/aspose.words.dra...
  8. DocumentBuilder.Font | Aspose.Words for .NET

    Explore the DocumentBuilder Font property To access and cusTomize your current font formatting effortlessly. Enhance your Document's style Today!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Font . Border ....

    reference.aspose.com/words/net/aspose.words/doc...
  9. FieldDate.use_um_al_qura_calendar property | As...

    FieldDate.use_um_al_qura_calendar property. Gets or sets whether To use the Um-al-Qura calendar.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # If we want the text in the document...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Change Table Style in Word Documents|Aspose.Wor...

    Advanced table formatting C++. Create a table style using C++. Apply table style C++....following ways: Table styles in DOCX and WordML formats are preserved...preserved when loading and saving in DOC format (but not to any other...

    docs.aspose.com/words/cpp/working-with-tablestyle/