Sort Score
Result 10 results
Languages All
Labels All
Results 9,931 - 9,940 of 180,188 for

doc

(0.44 sec)
  1. FieldNoteRef.InsertHyperlink | Aspose.Words for...

    Discover the FieldNoteRef InsertHyperlink property, easily manage hyperlink insertion for bookmarked paragraphs to enhance your Document’s interactivity....void FieldNoteRef () { Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Create a bookmark with...

    reference.aspose.com/words/net/aspose.words.fie...
  2. FieldNoteRef.InsertReferenceMark | Aspose.Words...

    Discover the FieldNoteRef InsertReferenceMark property to seamlessly insert formatted reference marks, enhancing your Document's clarity and professionalism....void FieldNoteRef () { Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Create a bookmark with...

    reference.aspose.com/words/net/aspose.words.fie...
  3. FieldDatabase.InsertOnceOnMailMerge | Aspose.Wo...

    Discover how the InsertOnceOnMailMerge property in FieldDatabase enhances your data merging by allowing seamless insertion at the start of merges.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // This DATABASE field will...

    reference.aspose.com/words/net/aspose.words.fie...
  4. FieldNoteRef.InsertRelativePosition | Aspose.Wo...

    Discover the InsertRelativePosition property of FieldNoteRef. Easily manage bookmarked paragraphs by setting relative positions for enhanced Document navigation....void FieldNoteRef () { Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Create a bookmark with...

    reference.aspose.com/words/net/aspose.words.fie...
  5. ChartAxis.minor_unit_is_auto property | Aspose....

    ChartAxis.minor_unit_is_auto property. Gets or sets a flag indicating whether default distance between minor tick marks shall be used.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) shape = builder . insert_chart...

    reference.aspose.com/words/python-net/aspose.wo...
  6. FieldDatabase.TableFormat | Aspose.Words for .NET

    Discover the FieldDatabase TableFormat property to easily customize your database query results with flexible formatting options for enhanced data presentation.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // This DATABASE field will...

    reference.aspose.com/words/net/aspose.words.fie...
  7. Word文件,如何去掉页眉页脚,同时保持内容排版不变 - Free Support Forum...

    import com.aspose.words.*; public class RemoveHeaderFooter { public static void main(String[] args) throws Exception { Document Doc = new Document("input.Doc"); for (Section section : Doc.getSection…...Exception { Document doc = new Document("input.doc"); for (Section...(Section section : doc.getSections()) { HeaderFooterCollecti hf = section...

    forum.aspose.com/t/word/322768
  8. Aspose::Words::Fields::FieldIndex::get_PageRang...

    Aspose::Words::Fields::FieldIndex::get_PageRangeSeparator method. Gets or sets the character sequence that is used to separate the start and end of a page range in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Create an INDEX field which...

    reference.aspose.com/words/cpp/aspose.words.fie...
  9. Aspose::Words::Fields::FieldIndex::get_CrossRef...

    Aspose::Words::Fields::FieldIndex::get_CrossReferenceSeparator method. Gets or sets the character sequence that is used to separate cross references and other entries in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Create an INDEX field which...

    reference.aspose.com/words/cpp/aspose.words.fie...
  10. HtmlLoadOptions constructor | Aspose.Words for ...

    aspose.words.loading.HtmlLoadOptions constructor... password ) doc = aw . Document ( file_name =...'Test encrypted document.' , doc . get_text () . strip ()) Shows...

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