Sort Score
Result 10 results
Languages All
Labels All
Results 7,241 - 7,250 of 17,113 for

docx to doc

(0.05 sec)
  1. Section.PageSetup | Aspose.Words for .NET

    Discover the PageSetup property for cusTomizable section settings. Optimize your Document layout with easy access To page and section configurations....Document doc = new Document (); PageSetup pageSetup = doc . Sections...border . DistanceFromText = 0 ; doc . Save ( ArtifactsDir + "PageSetup...

    reference.aspose.com/words/net/aspose.words/sec...
  2. Range.Replace | Aspose.Words for .NET

    Effortlessly replace all instances of a character string pattern with the Range Replace method. Enhance your text processing with this powerful Tool!... Examples Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Writeln ( "Numbers...

    reference.aspose.com/words/net/aspose.words/ran...
  3. PaperSize Enum | Aspose.Words for .NET

    Discover the Aspose.Words.PaperSize enum for defining cusTom paper sizes in your Documents. Enhance your Document formatting with ease!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . PageSetup . PaperSize...

    reference.aspose.com/words/net/aspose.words/pap...
  4. Section.pageSetup property | Aspose.Words for N...

    Section.pageSetup property. Returns an object that represents page setup and section properties.... let doc = new aw . Document (); let pageSetup = doc . sections...border . distanceFromText = 0 ; doc . save ( base . artifactsDir...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. ShapeBase.AlternativeText | Aspose.Words for .NET

    Discover the ShapeBase AlternativeText property, which enhances accessibility by providing descriptive text for graphics, improving user experience and SEO.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Shape shape = builder . InsertShape...

    reference.aspose.com/words/net/aspose.words.dra...
  6. ChartSeriesGroup.overlap property | Aspose.Word...

    ChartSeriesGroup.overlap property. Gets or sets the percentage of how much the series bars or columns overlap.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) shape = builder . insert_chart...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose::Words::Document::get_FootnoteOptions me...

    Aspose::Words::Document::get_FootnoteOptions method. Provides options that control numbering and positioning of footnotes in this Document in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // A footnote is a way to...

    reference.aspose.com/words/cpp/aspose.words/doc...
  8. Aspose::Words::Document::get_EndnoteOptions met...

    Aspose::Words::Document::get_EndnoteOptions method. Provides options that control numbering and positioning of endnotes in this Document in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // An endnote is a way to...

    reference.aspose.com/words/cpp/aspose.words/doc...
  9. WatermarkLayout enumeration | Aspose.Words for ...

    aspose.words.WatermarkLayout enumeration. Defines layout of the watermark relative To the watermark center.... doc = aw . Document () # Add a plain...plain text watermark. doc . watermark . set_text ( text = 'Aspose...

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

    Create a tailored one-page set effortlessly with PageSet construcTor, designed for precise page indexing and seamless user experience.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Writeln ( "Page...

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