Sort Score
Result 10 results
Languages All
Labels All
Results 7,391 - 7,400 of 17,255 for

docx to doc

(0.06 sec)
  1. Document.endnoteOptions property | Aspose.Words...

    Document.endnoteOptions property. Provides options that control numbering and positioning of endnotes in this Document.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // An endnote is a way to...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Document.firstSection property | Aspose.Words f...

    Document.firstSection property. Gets the first section in the Document.... let doc = new aw . Document (); // A...nodes that we can edit. expect ( doc . sections . count ). toEqual...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Node.NodeType | Aspose.Words for .NET

    Discover the Node NodeType property To easily identify node types in your application, enhancing your development efficiency and code clarity....Document doc = new Document ( MyDir + "Paragraphs.docx" ); for...for ( Node node = doc . FirstSection . Body . FirstChild ; node...

    reference.aspose.com/words/net/aspose.words/nod...
  4. Aspose::Words::Settings::WriteProtection::get_R...

    Aspose::Words::Settings::WriteProtection::get_ReadOnlyRecommended method. Specifies whether the Document author has recommended that the Document be opened as read-only in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); builder -> Writeln ( u "Hello...

    reference.aspose.com/words/cpp/aspose.words.set...
  5. Fill.back_tint_and_shade property | Aspose.Word...

    Fill.back_tint_and_shade property. Gets or sets a double value that lightens or darkens the background color.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) shape = builder . insert_shape...

    reference.aspose.com/words/python-net/aspose.wo...
  6. TextColumn.space_after property | Aspose.Words ...

    TextColumn.space_after property. Gets or sets the space between this column and the next column in points... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) page_setup = builder . page_setup...

    reference.aspose.com/words/python-net/aspose.wo...
  7. ChartAxis.hidden property | Aspose.Words for Py...

    ChartAxis.hidden property. Gets or sets a flag indicating whether this axis is hidden or not.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) shape = builder . insert_chart...

    reference.aspose.com/words/python-net/aspose.wo...
  8. ParagraphFormat.Bidi | Aspose.Words for .NET

    Discover the ParagraphFormat Bidi property To easily control right-To-left text formatting for enhanced readability and improved Document layout.... Document doc = new Document ( MyDir + "Hebrew...loadOptions ); Assert . True ( doc . FirstSection . Body . FirstParagraph...

    reference.aspose.com/words/net/aspose.words/par...
  9. Aspose::Words::Properties::CustomDocumentProper...

    Aspose::Words::Properties::CusTomDocumentProperties::Add method. Creates a new cusTom Document property of the Boolean data type in C++.... auto doc = MakeObject < Document > ();...CustomDocumentProper > properties = doc -> get_CustomDocumentProper ();...

    reference.aspose.com/words/cpp/aspose.words.pro...
  10. Aspose::Words::PageSetup::get_LayoutMode method...

    Aspose::Words::PageSetup::get_LayoutMode method. Gets or sets the layout mode of this section in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Enable pitching, and then...

    reference.aspose.com/words/cpp/aspose.words/pag...