Sort Score
Result 10 results
Languages All
Labels All
Results 6,491 - 6,500 of 18,543 for

paragraphs

(0.48 sec)
  1. Create PDF Document using C++|Aspose.PDF for C++

    The most popular and basic task of working with a PDF file is creating a document from scratch. Use the Aspose.PDF for C++ library....object Add TextFragment to Paragraph collection of the page Save..."Hello World!" ); page -> get_Paragraphs () -> Add ( textFragment...

    docs.aspose.com/pdf/cpp/create-document/
  2. Tworzenie pliku PDF przy użyciu .NET | Aspose.PDF

    W tym temacie przedstawiono, jak używać Aspose.PDF for .NET API do łatwego generowania i odczytywania plików PDF w aplikacjach .NET....TextFragment do kolekcji Paragraphs strony. Zapisz plik PDF za.... Pages . Add (); page . Paragraphs . Add ( new Aspose . Pdf...

    products.aspose.com/pdf/pl/net/create/
  3. Suchen und Ersetzen in Präsentation|Aspose.Slid...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....++) foreach ( Paragraph para in tb [ i ]. Paragraphs ) foreach (...

    docs.aspose.com/slides/de/net/find-and-replace-...
  4. TxtLoadOptions.documentDirection property | Asp...

    TxtLoadOptions.documentDirection 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/nodejs-net/aspose.wo...
  5. TabStop.Alignment | Aspose.Words لـ .NET

    اكتشف خاصية محاذاة علامات التبويب لتخصيص محاذاة النص بسهولة عند علامات التبويب، مما يعزز تخطيط مستندك وقابليته للقراءة.... foreach ( Paragraph para in doc . GetChildNodes...GetChildNodes ( NodeType . Paragraph , true )) if ( para . ParagraphFormat...

    reference.aspose.com/words/ar/net/aspose.words/...
  6. Make HTML Using C#

    Make a new HTML in C# in a few steps. Easily create HTML 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/html/
  7. Make WORD Using Javascript

    Make a new a Word document in JavaScript in a few steps. Easily create a Word document using Node.js via .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/nodejs-net/make/word/
  8. Make A Document In Javascript

    Create a file using Node.js via .NET library. Easily create a new document in JavaScript in a few steps....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/nodejs-net/make/
  9. Управление гиперссылками|Aspose.Slides для Node...

    Как добавить гиперсылку в презентацию PowerPoint с помощью JavaScript...(); var paragraph = new aspose . slides . Paragraph (); paragraph...slides . FillType . Solid )); paragraph . getParagraphFormat (). ...

    docs.aspose.com/slides/ru/nodejs-java/manage-hy...
  10. Manage Presentation Hyperlinks in PHP|Aspose.Sl...

    Effortlessly manage hyperlinks in PowerPoint and OpenDocument presentations with Aspose.Slides for PHP via Java — enhance interactivity and workflow in minutes....clear (); $paragraph = new Paragraph (); $paragraph -> getParagraphFormat...setFillType ( FillType :: Solid ); $paragraph -> getParagraphFormat () ->...

    docs.aspose.com/slides/php-java/manage-hyperlinks/