Sort Score
Result 10 results
Languages All
Labels All
Results 6,141 - 6,150 of 18,590 for

paragraphs

(0.4 sec)
  1. Font.Superscript | Aspose.Words for .NET

    Discover the Font Superscript property, easily format text as superscript for enhanced readability and style in your documents. Boost your design today!...new Document (); Paragraph para = ( Paragraph ) doc . GetChild...GetChild ( NodeType . Paragraph , 0 , true ); // Raise this run of text...

    reference.aspose.com/words/net/aspose.words/fon...
  2. ShapeBase.ParentParagraph | Aspose.Words for .NET

    Discover the ShapeBase ParentParagraph property—efficiently access the immediate parent paragraph for streamlined content management and enhanced organization....immediate parent paragraph. public Paragraph ParentParagraph {...Font.docx" ); See Also class Paragraph class ShapeBase namespace...

    reference.aspose.com/words/net/aspose.words.dra...
  3. Split Tables in Jython|Aspose.Words for Java

    Split Tables using Jython.... words import Paragraph class SplitTables : def __init__...firstTable ) # Add a buffer paragraph to ensure the tables stay...

    docs.aspose.com/words/java/split-tables-in-jython/
  4. FieldBuilder.buildAndInsert method | Aspose.Wor...

    Aspose.Words.Fields.FieldBuilder.buildAndInsert method...the end of the specified paragraph. buildAndInsert ( refNode...refNode : Aspose . Words . Paragraph ) Parameter Type Description refNode...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. FindReplaceOptions.ignore_structured_document_t...

    FindReplaceOptions.ignore_structured_document_tags property. Gets or sets a boolean value indicating either to ignore content of [StructuredDocumentTag](../../../aspose.words.markup/structureddocumenttag/)...docx' ) # This paragraph contains SDT. p = doc . first_section...NodeType . PARAGRAPH , 2 , True ) . as_paragraph () text_to_search...

    reference.aspose.com/words/python-net/aspose.wo...
  6. 搜索

    搜索...TextParagraph paragraph = new TextParagraph(); paragraph.setPosition(new...將文本片段附加到段落 paragraph.appendLine(textFragment1); paragraph.append...

    blog.aspose.com/zh-hant/pdf/rotate-text-inside-...
  7. 記録

    記録...Effect(System::SharedPtr paragraph, EffectType effectType, EffectSubtype...auto paragraph = autoShape->get_TextFrame()->get_Paragraphs()->idx_get(0);...

    blog.aspose.com/ja/slides/apply-animation-to-te...
  8. Markdown 만들기 – C# 코드 – Aspose.HTML for .NET

    C#에서 마크다운 파일을 만드는 코드는 다음과 같습니다. Aspose.HTML for .NET 라이브러리를 사용하여 마크다운 파일을 처음부터 만들고 MD 파일을 열거나, 파싱하거나, 편집하세요....Create an empty paragraph var paragraph = mdf.Paragraph(); // Add texts...texts to the paragraph paragraph.AppendChild(mdf.Text( "First...

    products.aspose.com/html/ko/net/create-markdown/
  9. Modifier un document HTML – Aspose.HTML for Java

    Apprenez à lire ou à modifier le modèle d'objet de document à l'aide d'Aspose.HTML for Java, à éditer du HTML et à utiliser des CSS en ligne et des CSS internes....partir de zéro, ajouter un paragraphe de texte stylé et enregistrer...head. Créez un élément de paragraphe avec le nom de classe “gr”...

    docs.aspose.com/html/fr/java/edit-a-document/
  10. Make PDF Using C#

    Make a new PDF in C# in a few steps. Easily create PDF using .NET library....technically supposed to contain one paragraph, so when you programmatically...this is the last Run in the Paragraph. if (secondRun.NextSibling...

    products.aspose.com/words/net/make/pdf/