Sort Score
Result 10 results
Languages All
Labels All
Results 7,271 - 7,280 of 183,478 for

doc

(0.2 sec)
  1. Aspose::Words::Font::get_NameOther method | Asp...

    Aspose::Words::Font::get_NameOther method. Returns or sets the font used for characters with character codes from 128 through 255 in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Suppose a run that we use...

    reference.aspose.com/words/cpp/aspose.words/fon...
  2. ListLabel.label_string property | Aspose.Words ...

    ListLabel.label_string property. Gets a string representation of list label.... doc = aw . Document ( file_name =...'Rendering.docx' ) doc . update_list_labels () paras = doc . get_child_nodes...

    reference.aspose.com/words/python-net/aspose.wo...
  3. PsSaveOptions.save_format property | Aspose.Wor...

    PsSaveOptions.save_format property. Specifies the format in which the Document will be saved if this save options object is used... doc = aw . Document ( file_name =...BookFoldPrinting". for s in doc . sections : s = s . as_section...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Aspose::Words::StoryType enum | Aspose.Words fo...

    Aspose::Words::StoryType enum. Text of a Word Document is stored in stories. StoryType identifies a story in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Use a DocumentBuilder to...

    reference.aspose.com/words/cpp/aspose.words/sto...
  5. Determine Line Break|Aspose.PDF for Java

    Learn more about how to determinate a line break of multi-line TextFragment using Java...{ Document doc = new Document (); Page page = doc . getPages...getParagraphs (). add ( text ); } doc . save ( _dataDir + "DetermineLineBreak_out...

    docs.aspose.com/pdf/java/determine-line-break/
  6. TxtSaveOptions.addBidiMarks property | Aspose.W...

    TxtSaveOptions.addBidiMarks property. Specifies whether to add bi-directional marks before each BiDi run when exporting in plain text format.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . writeln ( "Hello...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. ChartSeriesGroup.AxisX | Aspose.Words for .NET

    Discover the ChartSeriesGroup AxisX property for easy access to X-axis features, enhancing your data visualization and analysis experience.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Shape shape = builder . InsertChart...

    reference.aspose.com/words/net/aspose.words.dra...
  8. ChartSeriesGroup.axisGroup property | Aspose.Wo...

    ChartSeriesGroup.axisGroup property. Gets or sets the axis group to which this series group belongs.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let shape = builder . insertChart...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. ChartDataLabel.format property | Aspose.Words f...

    ChartDataLabel.format property. Provides access to fill and line formatting of the data label....( 'DataLabels' , () => { let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let chartShape = builder ...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. ChartDataPoint.invertIfNegative property | Aspo...

    ChartDataPoint.invertIfNegative property. Specifies whether the parent element shall inverts its colors if the value is negative....'ChartDataPoint' , () => { let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let shape = builder . insertChart...

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