Sort Score
Result 10 results
Languages All
Labels All
Results 6,741 - 6,750 of 180,106 for

doc

(0.19 sec)
  1. Aspose::Words::Markup::SdtListItem::SdtListItem...

    Aspose::Words::Markup::SdtListItem::SdtListItem constructor. Initializes a new instance of this class in C++.... auto doc = System :: MakeObject < Aspose...:: StructuredDocumentTa > ( doc , Aspose :: Words :: Markup ::...

    reference.aspose.com/words/cpp/aspose.words.mar...
  2. Aspose::Words::PageSetup::get_BorderAppliesTo m...

    Aspose::Words::PageSetup::get_BorderAppliesTo method. Specifies which pages the page border is printed on in C++.... auto doc = System :: MakeObject < Aspose...Words :: PageSetup > pageSetup = doc -> get_Sections () -> idx_get...

    reference.aspose.com/words/cpp/aspose.words/pag...
  3. Aspose::Words::Drawing::Charts::ChartFormat::ge...

    Aspose::Words::Drawing::Charts::ChartFormat::get_IsDefined method. Gets a flag indicating whether any format is defined in C++.... auto doc = System :: MakeObject < Aspose...Words :: Drawing :: Shape > ( doc -> GetChild ( Aspose :: Words...

    reference.aspose.com/words/cpp/aspose.words.dra...
  4. Aspose::Words::Fonts::FontSourceBase::get_Type ...

    Aspose::Words::Fonts::FontSourceBase::get_Type method. Returns the type of the font source 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. FormField.TextInputDefault | Aspose.Words for .NET

    Discover the FormField TextInputDefault property, easily set default text or calculations for your forms, enhancing user experience and data accuracy....public void Visitor () { Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Use a document builder...

    reference.aspose.com/words/net/aspose.words.fie...
  6. Aspose::Words::Tables::Table::get_DistanceRight...

    Aspose::Words::Tables::Table::get_DistanceRight method. Gets or sets distance between table right and the surrounding text, in points in C++.... auto doc = System :: MakeObject < Aspose...:: Tables :: Table > table = doc -> get_FirstSection () -> get_Body...

    reference.aspose.com/words/cpp/aspose.words.tab...
  7. FindReplaceOptions class | Aspose.Words for Nod...

    Aspose.Words.Replacing.FindReplaceOptions class. Specifies options for find/replace operations... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . writeln ( "Ruby...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Microsoft Word 6.0/95 document throws FileCorru...

    The attached two Microsoft Word 6.0/95 Documents throw an Aspose.Words.FileCorruptedException when opened with Aspose.Words for .Net >= 19.7 (including 19.9). If I reference a version < 19.7, the exception is not thrown. …...doc"; var path2 = @"D:\test2.doc"; // act & assert...LoadOptions { LoadFormat = LoadFormat.Doc })); The code opening the document...

    forum.aspose.com/t/microsoft-word-6-0-95-docume...
  9. DocumentBuilder.CellFormat | Aspose.Words for .NET

    Explore the DocumentBuilder CellFormat property for seamless table cell formatting. Enhance your Documents with customizable styles and properties today!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Table table = builder . StartTable...

    reference.aspose.com/words/net/aspose.words/doc...
  10. Aspose::Words::Document::Save method | Aspose.W...

    Aspose::Words::Document::Save method. Saves the Document to a stream using the specified format in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); builder -> get_Font () ->...

    reference.aspose.com/words/cpp/aspose.words/doc...