Sort Score
Result 10 results
Languages All
Labels All
Results 9,031 - 9,040 of 155,936 for

doc

(0.09 sec)
  1. FieldXE.EntryType | Aspose.Words for .NET

    Discover the FieldXE EntryType property, easily manage and customize index entry types for enhanced data organization and retrieval efficiency.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Create an INDEX field which...

    reference.aspose.com/words/net/aspose.words.fie...
  2. 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 = MakeObject < Document > ();...MakeObject < StructuredDocumentTa > ( doc , SdtType :: PlainText , MarkupLevel...

    reference.aspose.com/words/cpp/aspose.words.mar...
  3. NodeType enumeration | Aspose.Words for Python

    aspose.words.NodeType enumeration. Specifies the type of a Word Document node.... doc = aw . Document () # Add two...of this document. paragraph = doc . get_child ( aw . NodeType ...

    reference.aspose.com/words/python-net/aspose.wo...
  4. SdtAppearance Enum | Aspose.Words for .NET

    Discover Aspose.Words.Markup.SdtAppearance enum for customizing structured Document tag appearances. Enhance your Document formatting effortlessly!... Document doc = new Document ( MyDir + "Multi-section...); StructuredDocumentTa tag = doc . GetChild ( NodeType . StructuredDocumentTa...

    reference.aspose.com/words/net/aspose.words.mar...
  5. LanguagePreferences.DefaultEditingLanguage | As...

    Manage your editing experience with the LanguagePreferences DefaultEditingLanguage property. Easily set and customize your default editing language.... Russian ; Document doc = new Document ( MyDir + "No...loadOptions ); int localeId = doc . Styles . DefaultFont . LocaleId...

    reference.aspose.com/words/net/aspose.words.loa...
  6. HtmlSaveOptions.ExportPageSetup | Aspose.Words ...

    Discover how the HtmlSaveOptions ExportPageSetup property enhances your HTML, MHTML, or EPUB exports by allowing customizable page setups for better output....Microsoft Word file formats (DOCX, DOC, RTF, WML). In most cases HTML...when saving to HTML. Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.sav...
  7. FieldNoteRef.bookmark_name property | Aspose.Wo...

    FieldNoteRef.bookmark_name property. Gets or sets the name of the bookmark.... def field_note_ref (): doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # Create a bookmark with a footnote...

    reference.aspose.com/words/python-net/aspose.wo...
  8. FieldChar | Aspose.Words for Java

    Base class for nodes that represent field characters in a Document in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); FieldDate field = (FieldDate)...

    reference.aspose.com/words/java/com.aspose.word...
  9. Cell.nextCell property | Aspose.Words for Node.js

    Cell.nextCell property. Gets the next [Cell](../) node.... let doc = new aw . Document ( base ...."Tables.docx" ); let table = doc . firstSection . body . tables...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Row.previousRow property | Aspose.Words for Nod...

    Row.previousRow property. Gets the previous [Row](../) node.... let doc = new aw . Document ( base ...."Tables.docx" ); let table = doc . firstSection . body . tables...

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