Sort Score
Result 10 results
Languages All
Labels All
Results 6,671 - 6,680 of 157,121 for

doc

(0.07 sec)
  1. Insert Picture into a Document|Aspose.Words for...

    Insert picture into a Document. NPOI does not provide an opportunity to insert picture into a Document using C#....Document doc = new Document ( "../../data/document.doc" ); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . InsertImage ( "...

    docs.aspose.com/words/net/insert-picture-in-doc...
  2. Document | Aspose.Words for Java

    Represents a Word Document in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); builder.insertField(" MERGEFIELD...

    reference.aspose.com/words/java/com.aspose.word...
  3. StructuredDocumentTag.IsShowingPlaceholderText ...

    Discover how the IsShowingPlaceholderText property in StructuredDocumentTag enhances your Document's clarity by distinguishing placeholder text from regular content.... Document doc = new Document (); // Insert...= new StructuredDocumentTa ( doc , SdtType . PlainText , MarkupLevel...

    reference.aspose.com/words/net/aspose.words.mar...
  4. Aspose::Words::Fields::FieldSet::get_BookmarkNa...

    Aspose::Words::Fields::FieldSet::get_BookmarkName method. Gets or sets the name of the bookmark in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Name bookmarked text with...

    reference.aspose.com/words/cpp/aspose.words.fie...
  5. Fill.patterned method | Aspose.Words for Python

    aspose.words.drawing.Fill.patterned method... doc = aw . Document ( file_name =...pattern border.docx' ) shape = doc . get_child ( aw . NodeType ...

    reference.aspose.com/words/python-net/aspose.wo...
  6. MemoryFontSource constructor | Aspose.Words for...

    aspose.words.fonts.MemoryFontSource constructor..., priority = 0 ) doc = aw . Document () doc . font_settings =...aw . fonts . FontSettings () doc . font_settings . set_fonts_sources...

    reference.aspose.com/words/python-net/aspose.wo...
  7. VbaModuleCollection indexer | Aspose.Words for ...

    VbaModuleCollection indexer. Retrieves a [VbaModule](../../vbamodule/) object by index.... doc = aw . Document ( MY_DIR + 'VBA...of VBA modules. vba_project = doc . vba_project if vba_project...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Aspose::Words::Tables::Table::get_AbsoluteHoriz...

    Aspose::Words::Tables::Table::get_AbsoluteHorizontalDistance method. Gets or sets absolute horizontal floating table position specified by the table properties, in points. Default value is 0 in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); SharedPtr < Table > table...

    reference.aspose.com/words/cpp/aspose.words.tab...
  9. Aspose::Words::Drawing::OleFormat::get_OlePacka...

    Aspose::Words::Drawing::OleFormat::get_OlePackage method. Provide access to OlePackage if OLE object is an OLE Package. Returns null otherwise in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // OLE objects allow us to...

    reference.aspose.com/words/cpp/aspose.words.dra...
  10. WarningInfo Class | Aspose.Words for .NET

    Discover the Aspose.Words.WarningInfo class, which provides crucial insights into warnings during Document loading or saving, enhancing your workflow efficiency.... Document doc = new Document ( MyDir + "Missing...new HandleDocumentSubsti (); doc . WarningCallback = substitutionWarningH...

    reference.aspose.com/words/net/aspose.words/war...