Sort Score
Result 10 results
Languages All
Labels All
Results 7,791 - 7,800 of 18,298 for

docx to doc

(0.14 sec)
  1. SectionLayoutMode enumeration | Aspose.Words fo...

    aspose.words.SectionLayoutMode enumeration. Specifies the layout mode for a section allowing To define the Document grid behavior.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Enable pitching, and then...

    reference.aspose.com/words/python-net/aspose.wo...
  2. DocumentBuilder.insert_hyperlink method | Aspos...

    DocumentBuilder.insert_hyperlink method. Inserts a hyperlink inTo the Document.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . write ( 'For more...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Aspose::Words::Watermark::SetText method | Aspo...

    Aspose::Words::Watermark::SetText method. Adds Text watermark inTo the Document in C++.... auto doc = System :: MakeObject < Aspose...Add a plain text watermark. doc -> get_Watermark () -> SetText...

    reference.aspose.com/words/cpp/aspose.words/wat...
  4. BuiltInDocumentProperties.hyperlink_base proper...

    BuiltInDocumentProperties.hyperlink_base property. Specifies the base string used for evaluating relative hyperlinks in this Document.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert a relative hyperlink...

    reference.aspose.com/words/python-net/aspose.wo...
  5. StructuredDocumentTag.lock_contents property | ...

    StructuredDocumentTag.lock_contents property. When set To ``True``, this property will prohibit a user from editing the contents of this SDT.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert a plain text structured...

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

    aspose.words.WatermarkType enumeration. Specifies the watermark type.... doc = aw . Document () # Add a plain...plain text watermark. doc . watermark . set_text ( text = 'Aspose...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose::Words::Markup::IStructuredDocumentTag::...

    Aspose::Words::Markup::IStructuredDocumentTag::get_XmlMapping method. Gets an object that represents the mapping of this structured Document tag To XML data in a cusTom XML part of the current Document in C++.... auto doc = System :: MakeObject < Aspose...:: CustomXmlPart > xmlPart = doc -> get_CustomXmlParts () -> Add...

    reference.aspose.com/words/cpp/aspose.words.mar...
  8. Aspose::Words::Story::get_FirstParagraph method...

    Aspose::Words::STory::get_FirstParagraph method. Gets the first paragraph in the sTory in C++.... auto doc = System :: MakeObject < Aspose...< Aspose :: Words :: Run > ( doc , u "Hello world!" ); System...

    reference.aspose.com/words/cpp/aspose.words/sto...
  9. BuiltInDocumentProperties.Lines | Aspose.Words ...

    Discover the BuiltInDocumentProperties Lines property, your key To estimating Document line counts efficiently for better content management.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Writeln ( "Lorem...

    reference.aspose.com/words/net/aspose.words.pro...
  10. ParagraphCollection.ToArray | Aspose.Words for ...

    Effortlessly convert your ParagraphCollection To an array with the ToArray method, streamlining data management and enhancing your Document processing....Document doc = new Document ( MyDir + "Paragraphs.docx" ); Paragraph...Paragraph [] paras = doc . FirstSection . Body . Paragraphs . ToArray...

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