Sort Score
Result 10 results
Languages All
Labels All
Results 9,871 - 9,880 of 182,402 for

doc

(0.18 sec)
  1. PageSetup.RightMargin | Aspose.Words for .NET

    Discover the PageSetup RightMargin property, easily adjust the right margin in points for optimal text layout and enhanced Document presentation.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . PageSetup . PaperSize...

    reference.aspose.com/words/net/aspose.words/pag...
  2. PageSetup.BottomMargin | Aspose.Words for .NET

    Adjust your Document's layout with the PageSetup BottomMargin property, defining the space between the page's bottom edge and body text for optimal presentation.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . PageSetup . PaperSize...

    reference.aspose.com/words/net/aspose.words/pag...
  3. ListFormat class | Aspose.Words for Python

    aspose.words.lists.ListFormat class. Allows to control what list formatting is applied to a paragraph... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) self . assertFalse ( builder...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Splitter.ExtractPages | Aspose.Words for .NET

    Effortlessly extract specific pages from any Document with our Splitter ExtractPages method. Save them in your desired format for easy access!...pages from the document: string doc = MyDir + "Big document.docx"...; Splitter . ExtractPages ( doc , ArtifactsDir + "LowCode.ExtractPages...

    reference.aspose.com/words/net/aspose.words.low...
  5. AxisDisplayUnit class | Aspose.Words for Python

    aspose.words.drawing.charts.AxisDisplayUnit class. Provides access to the scaling options of the display units for the value axis... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) shape = builder . insert_chart...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Aspose::Words::Font::get_NoProofing method | As...

    Aspose::Words::Font::get_NoProofing method. True when the formatted characters are not to be spell checked in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Normally, Microsoft Word...

    reference.aspose.com/words/cpp/aspose.words/fon...
  7. PageSetup.rightMargin property | Aspose.Words f...

    PageSetup.rightMargin property. Returns or sets the distance (in points) between the right edge of the page and the right boundary of the body text.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . pageSetup . paperSize...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. PageSetup.bottomMargin property | Aspose.Words ...

    PageSetup.bottomMargin property. Returns or sets the distance (in points) between the bottom edge of the page and the bottom boundary of the body text.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . pageSetup . paperSize...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. HorizontalRuleFormat.height property | Aspose.W...

    HorizontalRuleFormat.height property. Gets or sets the height of the horizontal rule.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) shape = builder . insert_horizontal_rule...

    reference.aspose.com/words/python-net/aspose.wo...
  10. ChartLegend.legendEntries property | Aspose.Wor...

    ChartLegend.legendEntries property. Returns a collection of legend entries for all series and trendlines of the parent chart.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let shape = builder . insertChart...

    reference.aspose.com/words/nodejs-net/aspose.wo...