Sort Score
Result 10 results
Languages All
Labels All
Results 6,751 - 6,760 of 157,337 for

doc

(0.07 sec)
  1. C++ API to Export CGM to XAMLFLOW | products.as...

    Convert CGM to XAMLFLOW within C++ applications....to convert CGM file format to DOC. Secondly, by using advanced...Words for C++, you can export DOC to XAMLFLOW. Aspose.Total for...

    products.aspose.com/total/cpp/conversion/cgm-to...
  2. Aspose::Words::ControlChar::Tab method | Aspose...

    Aspose::Words::ControlChar::Tab method. Tab character: "\x0009" or "\t" in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Set tab stops to appear...

    reference.aspose.com/words/cpp/aspose.words/con...
  3. Aspose::Words::Drawing::Charts::Chart::get_Sour...

    Aspose::Words::Drawing::Charts::Chart::get_SourceFullName method. Gets the path and name of an xls/xlsx file this chart is linked to in C++.... auto doc = System :: MakeObject < Aspose...Words :: Drawing :: Shape > ( doc -> GetChild ( Aspose :: Words...

    reference.aspose.com/words/cpp/aspose.words.dra...
  4. Metered.get_consumption_quantity method | Aspos...

    Metered.get_consumption_quantity method. Gets consumption file size... doc = aw . Document ( MY_DIR + 'Document.docx' ) doc . save...

    reference.aspose.com/words/python-net/aspose.wo...
  5. TabStopCollection.add method | Aspose.Words for...

    Aspose.Words.TabStopCollection.add method... let doc = new aw . Document (); let paragraph = doc . getParagraph...paragraphs. for ( var node of doc . getChildNodes ( aw . NodeType...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Aspose::Words::Drawing::Shape::get_HasSmartArt ...

    Aspose::Words::Drawing::Shape::get_HasSmartArt method. Returns true if this Shape has a SmartArt object in C++.... auto doc = System :: MakeObject < Aspose...int32_t numberOfSmartArtShap = doc -> GetChildNodes ( Aspose ::...

    reference.aspose.com/words/cpp/aspose.words.dra...
  7. Aspose::Words::Drawing::ShapeBase::get_IsHorizo...

    Aspose::Words::Drawing::ShapeBase::get_IsHorizontalRule method. Returns true if this shape is a horizontal rule in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); System :: SharedPtr < Aspose...

    reference.aspose.com/words/cpp/aspose.words.dra...
  8. ResourceLoadingAction Enum | Aspose.Words for .NET

    Discover the Aspose.Words.ResourceLoadingAction enum for efficient resource loading modes. Enhance your Document processing with optimized performance!...ResourceLoadingCallb () { Document doc = new Document (); doc . ResourceLoadingCallb...builder = new DocumentBuilder ( doc ); // Images usually are inserted...

    reference.aspose.com/words/net/aspose.words.loa...
  9. Aspose::Words::Lists::List class | Aspose.Words...

    Aspose::Words::Lists::List class. Represents formatting of a list. To learn more, visit the Documentation article in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); ASSERT_FALSE ( builder ->...

    reference.aspose.com/words/cpp/aspose.words.lis...
  10. DocumentBuilder.isAtEndOfParagraph property | A...

    DocumentBuilder.isAtEndOfParagraph property. Returns ``true`` if the cursor is at the end of the current paragraph.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Create a valid bookmark...

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