Sort Score
Result 10 results
Languages All
Labels All
Results 8,171 - 8,180 of 349,035 for

document

(0.07 sec)
  1. Split Word File Online or via Java | products.a...

    Free online app to split different Word files. Java splitter library code for Word Documents....Word document splitter applications. Freely split documents including...project. Load the Word document using Document class. Count total...

    products.aspose.com/total/java/split/word/
  2. Split DOT File Online or via Java | products.as...

    Free online app to split different DOT files. Java splitter library code for DOT Documents....DOT document splitter applications. Freely split documents including...project. Load the DOT document using Document class. Count total...

    products.aspose.com/total/java/split/dot/
  3. Aspose::Words::Markup::SdtType enum | Aspose.Wo...

    Aspose::Words::Markup::SdtType enum. Specifies the type of a structured Document tag (SDT) node in C++....Specifies the type of a structured document tag (SDT) node. enum class...list when displayed in the document. ComboBox 5 The SDT represents...

    reference.aspose.com/words/cpp/aspose.words.mar...
  4. Aspose::Words::Style::get_NextParagraphStyleNam...

    Aspose::Words::Style::get_NextParagraphStyleName method. Gets/sets the name of the style to be applied automatically to a new paragraph inserted after a paragraph formatted with the specified style in C++....Examples Shows how to access a document’s style collection. auto doc...doc = MakeObject < Document > (); ASSERT_EQ ( 4 , doc -> get_Styles...

    reference.aspose.com/words/cpp/aspose.words/sty...
  5. FieldNoteRef | Aspose.Words for Java

    Implements the NOTEREF field in Java....the Working with Fields documentation article. Remarks: Inserts...the NOTEREF field. Document doc = new Document(); DocumentBuilder...

    reference.aspose.com/words/java/com.aspose.word...
  6. Aspose::Words::Properties::BuiltInDocumentPrope...

    Aspose::Words::Properties::BuiltInDocumentProperties::get_Paragraphs method. Represents an estimate of the number of paragraphs in the Document in C++....number of paragraphs in the document. int32_t Aspose :: Words ::...labels in a document. auto doc = MakeObject < Document > (); auto...

    reference.aspose.com/words/cpp/aspose.words.pro...
  7. Aspose::Words::Properties::BuiltInDocumentPrope...

    Aspose::Words::Properties::BuiltInDocumentProperties::get_Lines method. Represents an estimate of the number of lines in the Document in C++....the number of lines in the document. int32_t Aspose :: Words ::...labels in a document. auto doc = MakeObject < Document > (); auto...

    reference.aspose.com/words/cpp/aspose.words.pro...
  8. IStructuredDocumentTag.IsShowingPlaceholderText...

    Discover the IStructuredDocumentTag IsShowingPlaceholderText property to easily identify placeholder text in your SDT, enhancing content clarity and management....placeholder text) upon opening this document. public bool IsShowingPlaceholder...structured document tag. Document doc = new Document (); // Insert...

    reference.aspose.com/words/net/aspose.words.mar...
  9. C# API to Export MSG to EMF | products.aspose.com

    Convert MSG to EMF without using Microsoft Word or Outlook on .NET...features for manipulating Word documents. It can easily render HTML...HTML by using Document class Save the document to EMF format...

    products.aspose.com/total/net/conversion/msg-to...
  10. Edit SVG File – Python Examples

    Learn how to edit SVG files in Python. Add, find, and edit elements in SVG Documents using the Aspose.SVG for Python via .NET library.... The Document Object Model (DOM) API fully...elements to an SVG document. How to Edit an SVG Document Aspose.SVG for...

    docs.aspose.com/svg/python-net/edit-svg-file/