Sort Score
Result 10 results
Languages All
Labels All
Results 2,641 - 2,650 of 18,334 for

paragraph

(0.11 sec)
  1. HtmlSaveOptions.NavigationMapLevel | Aspose.Wor...

    Discover HtmlSaveOptions' NavigationMapLevel property, controlling heading levels in EPUB, MOBI, and AZW3 exports. Maximize your content's visibility!...of headings are populated: paragraphs of styles Heading 1 , Heading...DocumentBuilder ( doc ); // Every paragraph that we format using a "Heading"...

    reference.aspose.com/words/net/aspose.words.sav...
  2. Aspose::Words::Font::get_TintAndShade method | ...

    Aspose::Words::Font::get_TintAndShade method. Gets or sets a double value that lightens or darkens a color in C++....:: Words :: StyleType :: Paragraph , u "ThemedStyle" ); style...

    reference.aspose.com/words/cpp/aspose.words/fon...
  3. SmartTag class | Aspose.Words for Node.js

    Aspose.Words.Markup.SmartTag class. This element specifies the presence of a smart tag around one or more inline structures (runs, images, fields,etc.) within a Paragraph...) within a paragraph. To learn more, visit the...SmartTag can be a child of a Paragraph or another SmartTag node....

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. PdfFormat A4 not fully supported? - Free Suppor...

    Hi, I use the convert API in Apose.PDF for Java to convert a PDF into various conformance levels. When I use any level except A4 then everything works. e.g. when I execute this method: pdfDocument.convert(os, PdfForm…...Document(); Paragraph headingParagraph = new Paragraph(doc); Paragraph...Paragraph bodyParagraph = new Paragraph(doc); headingParagraph.getParagraphFormat()...

    forum.aspose.com/t/pdfformat-a4-not-fully-suppo...
  5. Format the string - Free Support Forum - aspose...

    Hi all, I have a textbox value that is a very long string. I need to break it down and append on PDF document , with the formatting. I am using ASPOSE PDF for .net application. Please help me out. Thanks...can convert this string as paragraph and append on the document...can convert this string as paragraph and append on the document...

    forum.aspose.com/t/format-the-string/94633
  6. FieldEnd class | Aspose.Words for Node.js

    Aspose.Words.Fields.FieldEnd class. Represents an end of a Word field in a document...FieldEnd can only be a child of Paragraph . A complete field in a Microsoft...parentParagraph Retrieves the parent Paragraph of this node. (Inherited from...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Manage Presentation Themes in PHP|Aspose.Slides...

    Master presentation themes in Aspose.Slides for PHP via Java to create, customize and convert PowerPoint files with consistent branding....10 , 100 , 100 ); $paragraph = new Paragraph (); $portion = new...( "Theme text format" ); $paragraph -> getPortions () -> add (...

    docs.aspose.com/slides/php-java/presentation-th...
  8. StyleCollection.default_font property | Aspose....

    StyleCollection.default_font property. Gets document default text formatting....Paragraph", the collection will apply...property. styles . default_paragraph_format . first_line_indent...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Shapes Separately from Document|Aspose.Words fo...

    Extract various graphic objects, such as images, text box containing Paragraphs, or arrow shapes, when processing a document, and export them to an external location using Python....example, a text box containing paragraphs, arrow shapes, and a small...up of many nodes, such as Paragraph and Table . Most shapes can...

    docs.aspose.com/words/python-net/rendering-shap...
  10. CSS Selectors – CSS and HTML Examples

    Learn how to effectively use CSS selectors to select the elements in an HTML document that you want to style....1 < p id = "demo" > This paragraph has a special ID on it !</...> This is just a regular paragraph. </ p > Class Selector The...

    docs.aspose.com/html/net/tutorial/css-selectors/