Sort Score
Result 10 results
Languages All
Labels All
Results 6,621 - 6,630 of 170,567 for

doc

(0.09 sec)
  1. Aspose::Words::Markup::MarkupLevel enum | Aspos...

    Aspose::Words::Markup::MarkupLevel enum. Specifies the level in the Document tree where a particular StructuredDocumentTag can occur in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Below are two ways to apply...

    reference.aspose.com/words/cpp/aspose.words.mar...
  2. Aspose::Words::Section::AppendContent method | ...

    Aspose::Words::Section::AppendContent method. Inserts a copy of content of the source section at the end of this section in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); builder -> Write ( u "Section...

    reference.aspose.com/words/cpp/aspose.words/sec...
  3. BuiltInDocumentProperties.heading_pairs propert...

    BuiltInDocumentProperties.heading_pairs property. Specifies Document headings and their names.... doc = aw . Document ( MY_DIR + 'Heading...spans across. heading_pairs = doc . built_in_document_properties...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Aspose::Words::Fonts::FontSourceBase class | As...

    Aspose::Words::Fonts::FontSourceBase class. This is an abstract base class for the classes that allow the user to specify various font sources. To learn more, visit the Documentation article in C++....ttf" , 0 ); auto doc = System :: MakeObject < Aspose...Aspose :: Words :: Document > (); doc -> set_FontSettings ( System...

    reference.aspose.com/words/cpp/aspose.words.fon...
  5. ChartSeries.clear method | Aspose.Words for Nod...

    ChartSeries.clear method. Removes all data values from the chart series... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let shape = builder . insertChart...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. ChartSeries.clearValues method | Aspose.Words f...

    ChartSeries.clearValues method. Removes all data values from the chart series with preserving the format of the data points and data labels.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let shape = builder . insertChart...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. BaselineAlignment enumeration | Aspose.Words fo...

    aspose.words.BaselineAlignment enumeration. Specifies fonts vertical position on a line.... doc = aw . Document ( file_name =...'Office math.docx' ) format = doc . first_section . body . paragraphs...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Aspose::Words::Drawing::Charts::ChartDataLabelC...

    Aspose::Words::Drawing::Charts::ChartDataLabelCollection::get_ShowValue method. Allows to specify whether values are to be displayed in the data labels of the entire series. Default value is false in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); System :: SharedPtr < Aspose...

    reference.aspose.com/words/cpp/aspose.words.dra...
  9. FileFontSource.FilePath | Aspose.Words for .NET

    Discover the FileFontSource FilePath property for easy access to your font files. Streamline your design process with this essential tool!...ttf" , 0 ); Document doc = new Document (); doc . FontSettings =...= new FontSettings (); doc . FontSettings . SetFontsSources (...

    reference.aspose.com/words/net/aspose.words.fon...
  10. Document.default_tab_stop property | Aspose.Wor...

    Document.default_tab_stop property. Gets or sets the interval (in points) between the default tab stops.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Set tab stops to appear...

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