Sort Score
Result 10 results
Languages All
Labels All
Results 3,921 - 3,930 of 18,324 for

paragraphs

(0.21 sec)
  1. Rotar Texto Dentro de PDF usando Python|Aspose....

    Aprenda diferentes maneras de rotar texto en PDF. Aspose.PDF le permite rotar texto a cualquier ángulo, rotar un fragmento de texto o un párrafo completo....TextParagraph paragraph = new TextParagraph (); paragraph . Position...párrafo paragraph . AppendLine ( textFragment1 ); paragraph . AppendLine...

    docs.aspose.com/pdf/es/python-net/rotate-text-i...
  2. Добавление текста в PDF с использованием C++|As...

    Эта статья описывает различные аспекты работы с текстом в Aspose.PDF. Узнайте, как добавить текст в PDF, добавить HTML-фрагменты или использовать пользовательские шрифты OTF....Создать текстовый абзац auto paragraph = MakeObject < TextParagraph...отступ для последующих строк paragraph -> set_SubsequentLinesInden...

    docs.aspose.com/pdf/ru/cpp/add-text-to-pdf-file/
  3. ReplacingArgs Class | Aspose.Words for .NET

    Discover the Aspose.Words.Replacing.ReplacingArgs class for efficient custom text replacement in your documents. Enhance your workflow today!...after the paragraph containing the matched text. Paragraph para =...= ( Paragraph ) args . MatchNode . ParentNode ; InsertDocument...

    reference.aspose.com/words/net/aspose.words.rep...
  4. NodeType Enum | Aspose.Words för .NET

    Upptäck enumerationen Aspose.Words.NodeType för att enkelt identifiera och hantera olika nodtyper i Word-dokument för sömlös dokumentbehandling.... Paragraph 8 Ett textstycke. BookmarkStart...detta dokument. Paragraph paragraph = ( Paragraph ) doc . GetChild...

    reference.aspose.com/words/sv/net/aspose.words/...
  5. Navigation with Cursor in C#|Aspose.Words for .NET

    Navigate between different nodes within a document, such as a paragraph, bookmark, or a specific character using C#....get the currently selected paragraph or the currently selected...CurrentNode . When the current paragraph is empty or the cursor is...

    docs.aspose.com/words/net/navigation-with-cursor/
  6. Node.parentNode property | Aspose.Words for Nod...

    Node.parentNode property. Gets the immediate parent of this node....node to the document's first paragraph. let run = new aw . Run (...appendChild ( run ); // The paragraph is the parent node of the...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. ReplaceAction Enum | Aspose.Words لـ .NET

    اكتشف Aspose.Words.ReplaceAction للتحكم في نتائج المطابقة في عمليات الاستبدال، مما يعزز كفاءة تحرير المستندات ودقتها.... Paragraph para = ( Paragraph ) args . MatchNode.... NodeType == NodeType . Paragraph || insertionDestination ....

    reference.aspose.com/words/ar/net/aspose.words....
  8. ReplacingArgs.MatchNode | Aspose.Words för .NET

    Upptäck egenskapen ReplaceingArgs MatchNode för att enkelt komma åt noden där din matchning börjar, vilket förbättrar din kodningseffektivitet och noggrannhet.... Paragraph para = ( Paragraph ) args . MatchNode.... NodeType == NodeType . Paragraph || insertionDestination ....

    reference.aspose.com/words/sv/net/aspose.words....
  9. DocumentBuilder.MoveToParagraph | Aspose.Words ...

    قم بالتنقل بسهولة في مستندك باستخدام طريقة MoveToParagraph في DocumentBuilder، مما يتيح لك تحريك المؤشر بسرعة إلى أي فقرة في قسمك....MyDir + "Paragraphs.docx" ); ParagraphCollection paragraphs = doc...Body . Paragraphs ; Assert . AreEqual ( 22 , paragraphs . Count...

    reference.aspose.com/words/ar/net/aspose.words/...
  10. TxtLoadOptions.document_direction property | As...

    TxtLoadOptions.document_direction property. Gets or sets a document direction...# the direction of every paragraph of text that Aspose.Words...loads from plaintext. # Each paragraph's "Bidi" property will store...

    reference.aspose.com/words/python-net/aspose.wo...