Sort Score
Result 10 results
Languages All
Labels All
Results 9,351 - 9,360 of 157,128 for

doc

(0.12 sec)
  1. BookmarkCollection Class | Aspose.Words for .NET

    Discover the Aspose.Words.BookmarkCollection class, a powerful tool for managing bookmarks in your Documents, enhancing organization and navigation.... Document doc = CreateDocumentWithBo ( 3 );...BookmarkCollection bookmarks = doc . Range . Bookmarks ; PrintAllBookmarkInfo...

    reference.aspose.com/words/net/aspose.words/boo...
  2. TxtLoadOptions.DetectNumberingWithWhitespaces |...

    Optimize your Document imports with TxtLoadOptions' DetectNumberingWithWhitespaces feature, ensuring accurate recognition of numbered lists from plain text....detectNumberingWithW ; Document doc = new Document ( new MemoryStream...detectNumberingWithW ) { Assert . That ( doc . Lists . Count , Is . EqualTo...

    reference.aspose.com/words/net/aspose.words.loa...
  3. FieldDatabase.InsertHeadings | Aspose.Words for...

    Manage your database efficiently with the FieldDatabase InsertHeadings property. Easily customize column headings for clearer data presentation.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // This DATABASE field will...

    reference.aspose.com/words/net/aspose.words.fie...
  4. ChartAxis.minor_unit_scale property | Aspose.Wo...

    ChartAxis.minor_unit_scale property. Returns or sets the scale value for minor tick marks on the time category axis.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) shape = builder . insert_chart...

    reference.aspose.com/words/python-net/aspose.wo...
  5. IFieldDatabaseProvider Interface | Aspose.Words...

    Enhance your Document automation with the Aspose.Words.Fields.IFieldDatabaseProvider interface. Seamlessly supply data for FieldDatabase updates.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // This DATABASE field will...

    reference.aspose.com/words/net/aspose.words.fie...
  6. FieldDatabase.Connection | Aspose.Words for .NET

    Manage your data effortlessly with the FieldDatabase Connection property. Easily get or set connections for seamless data integration.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // This DATABASE field will...

    reference.aspose.com/words/net/aspose.words.fie...
  7. Fill.preset_textured method | Aspose.Words for ...

    Fill.preset_textured method. Sets the fill to a preset texture.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) shape = builder . insert_chart...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Aspose::Words::Markup::StructuredDocumentTag::g...

    Aspose::Words::Markup::StructuredDocumentTag::get_IsShowingPlaceholderText method. Specifies whether the content of this SDT shall be interpreted to contain placeholder text (as opposed to regular text contents within the SDT). if set to true, this state shall be resumed (showing placeholder text) upon opening this Document in C++.... auto doc = System :: MakeObject < Aspose...:: StructuredDocumentTa > ( doc , Aspose :: Words :: Markup ::...

    reference.aspose.com/words/cpp/aspose.words.mar...
  9. Aspose::Words::Fields::FieldXE::get_PageNumberR...

    Aspose::Words::Fields::FieldXE::get_PageNumberReplacement method. Gets or sets text used in place of a page number in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Create an INDEX field which...

    reference.aspose.com/words/cpp/aspose.words.fie...
  10. FontFallbackSettings | Aspose.Words for Java

    Specifies font fallback mechanism settings in Java.... Document doc = new Document(); FontSettings...fontSettings = new FontSettings(); doc.setFontSettings(fontSettings);...

    reference.aspose.com/words/java/com.aspose.word...