Sort Score
Result 10 results
Languages All
Labels All
Results 5,541 - 5,550 of 92,718 for

doc

(0.07 sec)
  1. Document.original_load_format property | Aspose...

    Document.original_load_format property. Gets the format of the original Document that was loaded into this object....DOC value. Examples Shows how to...a document’s load operation. doc = aw . Document ( file_name =...

    reference.aspose.com/words/python-net/aspose.wo...
  2. SdtDateStorageFormat enumeration | Aspose.Words...

    Aspose.Words.Markup.SdtDateStorageFormat enumeration. Specifies how the date for a date SDT is stored/retrieved when the SDT is bound to an XML node in the Document's data store.... let doc = new aw . Document (); // Insert...Markup . StructuredDocumentTa ( doc , aw . Markup . SdtType . Date...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Aspose::Words::Settings::HyphenationOptions cla...

    Aspose::Words::Settings::HyphenationOptions class. Allows to configure Document hyphenation options. To learn more, visit the Documentation article in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); builder -> get_Font () ->...

    reference.aspose.com/words/cpp/aspose.words.set...
  4. Android API to Render XPS to WORDML | products....

    Transform XPS to WORDML via Android via Java API...used to convert XPS files to DOC format. The second API is Aspose...Java, which is used to render DOC to WORDML. By using these two...

    products.aspose.com/total/android-java/conversi...
  5. Android API to Render MHTML to WORDML | product...

    Transform MHTML to WORDML via Android via Java API...used to convert MHTML files to DOC format. The second API is Aspose...Java, which is used to render DOC to WORDML. By using these two...

    products.aspose.com/total/android-java/conversi...
  6. Stroke.BackThemeColor | Aspose.Words for .NET

    Customize your design with the Stroke BackThemeColor property. Easily set a ThemeColor for your stroke background to enhance visual appeal.... Document doc = new Document ( MyDir + "Stroke...docx" ); Shape shape = ( Shape ) doc . GetChild ( NodeType . Shape...

    reference.aspose.com/words/net/aspose.words.dra...
  7. Style.semiHidden property | Aspose.Words for No...

    Style.semiHidden property. Gets/sets whether the style hides from the Styles gallery and from the Styles task pane.... let doc = new aw . Document (); let styleTitle = doc . styles...styleTitle . semiHidden = true ; doc . save ( base . artifactsDir...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Aspose::Words::StyleCollection::ClearQuickStyle...

    Aspose::Words::StyleCollection::ClearQuickStyleGallery method. Removes all styles from the Quick Style Gallery panel in C++.... auto doc = MakeObject < Document > ();...now. doc -> get_Styles () -> ClearQuickStyleGalle (); doc -> Save...

    reference.aspose.com/words/cpp/aspose.words/sty...
  9. PageSetup.otherPagesTray property | Aspose.Word...

    PageSetup.otherPagesTray property. Gets or sets the paper tray (bin) to be used for all but the first page of a section... let doc = new aw . Document (); // Find...foreach ( Section section in doc . sections . OfType < Section...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. FieldAddressBlock | Aspose.Words for Java

    Implements the ADDRESSBLOCK field in Java.... Document doc = new Document(getMyDir() + "Field...addressBlockField = (FieldAddressBlock) doc.getRange().getFields().get(0);...

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