Sort Score
Result 10 results
Languages All
Labels All
Results 4,831 - 4,840 of 36,277 for

paragraph

(0.1 sec)
  1. Aspose::Words::Properties::BuiltInDocumentPrope...

    Aspose::Words::Properties::BuiltInDocumentProperties::get_Bytes method. Represents an estimate of the number of bytes in the document in C++....< Document > ( MyDir + u "Paragraphs.docx" ); SharedPtr < BuiltInDocumentPrope...number of Paragraph nodes in the document to the "Paragraphs" built-in...

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

    Aspose::Words::Properties::BuiltInDocumentProperties::get_ContentStatus method. Gets or sets the ContentStatus of the document in C++....< Document > ( MyDir + u "Paragraphs.docx" ); SharedPtr < BuiltInDocumentPrope...number of Paragraph nodes in the document to the "Paragraphs" built-in...

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

    Aspose::Words::Properties::BuiltInDocumentProperties::get_LinksUpToDate method. Indicates whether hyperlinks in a document are up-to-date in C++....< Document > ( MyDir + u "Paragraphs.docx" ); SharedPtr < BuiltInDocumentPrope...number of Paragraph nodes in the document to the "Paragraphs" built-in...

    reference.aspose.com/words/cpp/aspose.words.pro...
  4. Table.absolute_vertical_distance property | Asp...

    Table.absolute_vertical_distance property. Gets or sets absolute vertical floating table position specified by the table properties, in points...offset in points from the paragraph's location where we inserted...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Aspose::Words::Tables::Table::get_TextWrapping ...

    Aspose::Words::Tables::Table::get_TextWrapping method. Gets or sets TextWrapping for table in C++....and push it down into the paragraph below by setting the position...

    reference.aspose.com/words/cpp/aspose.words.tab...
  6. SpecialChar class | Aspose.Words for Python

    aspose.words.SpecialChar class. Base class for special characters in the document...and can only be a child of Paragraph . SpecialChar char is used...Node ) parent_paragraph Retrieves the parent Paragraph of this node...

    reference.aspose.com/words/python-net/aspose.wo...
  7. ParagraphElement - Aspose.PDF for Java - API Re...

    Detailed explanation & examples for every class & method in Aspose.PDF for Java library. Easily create, edit, convert or render PDF documents using Java platform....BLSTextElement Represents Paragraph structure element in logical...

    reference.aspose.com/pdf/java/com.aspose.pdf.ta...
  8. Extract text and images from RTF document via ....

    C# sample code to extract text and images from Microsoft Word RTF file using server side .NET library....Document(dataDir + fileName); Paragraph startPara = (Paragraph)rtf.LastSection...LastSection.GetChild(NodeType.Paragraph, 2 , true ); Table endTable =...

    products.aspose.com/words/net/parser/rtf/
  9. Extract text and images from DOT document via ....

    C# sample code to extract text and images from Microsoft Word DOT file using server side .NET library....Document(dataDir + fileName); Paragraph startPara = (Paragraph)dot.LastSection...LastSection.GetChild(NodeType.Paragraph, 2 , true ); Table endTable =...

    products.aspose.com/words/net/parser/dot/
  10. Extract text and images from ODT document via ....

    C# sample code to extract text and images from Microsoft Word ODT file using server side .NET library....Document(dataDir + fileName); Paragraph startPara = (Paragraph)odt.LastSection...LastSection.GetChild(NodeType.Paragraph, 2 , true ); Table endTable =...

    products.aspose.com/words/net/parser/odt/