Sort Score
Result 10 results
Languages All
Labels All
Results 8,331 - 8,340 of 180,183 for

doc

(0.09 sec)
  1. Aspose::Words::Font::get_Fill method | Aspose.W...

    Aspose::Words::Font::get_Fill method. Gets fill formatting for the Font in C++.... auto doc = System :: MakeObject < Aspose...:: Drawing :: Fill > fill = doc -> get_FirstSection () -> get_Body...

    reference.aspose.com/words/cpp/aspose.words/fon...
  2. ChartDataPoint | Aspose.Words for Java

    Allows to specify formatting of a single data point on the chart in Java....throws Exception { Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); Shape shape = builder.insertChart(ChartType...

    reference.aspose.com/words/java/com.aspose.word...
  3. Aspose::Words::Drawing::Charts::ChartLegend::ge...

    Aspose::Words::Drawing::Charts::ChartLegend::get_LegendEntries method. Returns a collection of legend entries for all series and trendlines of the parent chart in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); System :: SharedPtr < Aspose...

    reference.aspose.com/words/cpp/aspose.words.dra...
  4. Aspose::Words::BorderCollection::get_Bottom met...

    Aspose::Words::BorderCollection::get_Bottom method. Gets the bottom border in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Start a table and set a...

    reference.aspose.com/words/cpp/aspose.words/bor...
  5. Aspose::Words::Document::get_VbaProject method ...

    Aspose::Words::Document::get_VbaProject method. Gets or sets a VbaProject in C++.... auto doc = System :: MakeObject < Aspose...:: VbaProject > vbaProject = doc -> get_VbaProject (); std ::...

    reference.aspose.com/words/cpp/aspose.words/doc...
  6. HtmlFixedSaveOptions.export_form_fields propert...

    HtmlFixedSaveOptions.export_form_fields property. Gets or sets indication of whether form fields are exported as interactive items (as 'input' tag) rather than converted to text or graphics.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) builder . insert_check_box ( 'CheckBox'...

    reference.aspose.com/words/python-net/aspose.wo...
  7. 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...
  8. 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...
  9. Aspose::Words::Drawing::Charts::ChartDataTable:...

    Aspose::Words::Drawing::Charts::ChartDataTable::get_Font method. Provides access to font formatting of the data table in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); System :: SharedPtr < Aspose...

    reference.aspose.com/words/cpp/aspose.words.dra...
  10. Split PDF, HTML, TXT Files using Java | Aspose.PDF

    Java source code to split files on Java and PHP, Delphi....Java //Read the source PDF file doc = new com . aspose . pdf . Document... extract ( pathSource , 1 , doc . getPages (). size () / 2 ,...

    products.aspose.com/pdf/java/splitter/