Sort Score
Result 10 results
Languages All
Labels All
Results 6,211 - 6,220 of 15,552 for

paragraph

(0.1 sec)
  1. Trabalhando com Títulos em PDF|Aspose.PDF for .NET

    Crie numeração nos títulos do seu documento PDF com C#. Aspose.PDF for .NET oferece diferentes tipos de estilos de numeração.... Paragraphs . Add ( floatBox ); // Add...IsAutoSequence = true ; floatBox . Paragraphs . Add ( heading ); var heading2...

    docs.aspose.com/pdf/pt/net/working-with-headings/
  2. Trabajando con Encabezados en PDF|Aspose.PDF fo...

    Crea numeración en los encabezados de tu documento PDF con C#. Aspose.PDF for .NET ofrece diferentes tipos de estilos de numeración.... Paragraphs . Add ( floatBox ); // Add...IsAutoSequence = true ; floatBox . Paragraphs . Add ( heading ); var heading2...

    docs.aspose.com/pdf/es/net/working-with-headings/
  3. FAQ|Documentation Aspose.Slides pour Python

    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....: Pourquoi les tailles de paragraphe diffèrent-elles entre les...Le calcul des tailles de paragraphe est basé sur le calcul de...

    docs.aspose.com/slides/fr/python-net/faqs/
  4. Wyodrębnij tekst i obrazy z dokumentu PPT za po...

    Przykładowy kod C++ do wyodrębniania tekstu i obrazów z pliku PPT w C++ Runtime Environment dla Windows 32-bitowy, Windows 64-bitowy i Linux 64-bitowy....get_Length(); i++){ // Loop through paragraphs in current ITextFrame for...(SharedPtr<IParagraph> paragraph : textFramesSlideOne[i]->get_Paragraphs()){ //...

    products.aspose.com/slides/pl/cpp/parser/ppt/
  5. Extraheer tekst en afbeeldingen uit PPT-documen...

    C++ voorbeeldcode om tekst en afbeeldingen uit het PPT-bestand te extraheren in C++ Runtime Environment voor Windows 32 bit, Windows 64 bit en Linux 64 bit....get_Length(); i++){ // Loop through paragraphs in current ITextFrame for...(SharedPtr<IParagraph> paragraph : textFramesSlideOne[i]->get_Paragraphs()){ //...

    products.aspose.com/slides/nl/cpp/parser/ppt/
  6. BuiltInDocumentProperties.CharactersWithSpaces ...

    BuiltInDocumentProperties CharactersWithSpaces proprietà. Rappresenta una stima del numero di caratteri spazi inclusi nel documento in C#....= new Document ( MyDir + "Paragraphs.docx" ); BuiltInDocumentPrope..."Paragrafi". properties . Paragraphs = doc . GetChildNodes ( NodeType...

    reference.aspose.com/words/it/net/aspose.words....
  7. BuiltInDocumentProperties.Bytes | Aspose.Words ...

    BuiltInDocumentProperties Bytes ملكية. يمثل تقديرًا لعدد البايتات في المستند في C#....= new Document ( MyDir + "Paragraphs.docx" ); BuiltInDocumentPrope..."الفقرات" المضمنة. properties . Paragraphs = doc . GetChildNodes ( NodeType...

    reference.aspose.com/words/ar/net/aspose.words....
  8. Adicionar Objeto Arco ao arquivo PDF|Aspose.PDF...

    Este artigo explica como criar um objeto arco no seu PDF usando Aspose.PDF for .NET....object to paragraphs collection of page page . Paragraphs . Add (...to the paragraphs collection of page page . Paragraphs . Add (...

    docs.aspose.com/pdf/pt/net/add-arc/
  9. Java kullanarak Word'de Sayfa Sonlarını Ortadan...

    Bu makalede, Java kullanılarak Word'de sayfa sonlarının nasıl ortadan kaldırılacağı açıklanmaktadır. Ortam ayarları, programlama adımlarının bir listesi ve Java kullanarak Word'deki tüm sayfa sonlarını kaldırmak için çalıştırılabilir bir örnek kod hakkında ayrıntılar içerir....bulmak ve kaldırmak için tüm paragraphs boyunca yineleyin Sayfa sonlarını...filtrelemek için NodeType.PARAGRAPH numaralandırıcı değerini kullanır...

    kb.aspose.com/tr/words/java/how-to-eliminate-pa...
  10. Aspose.PDF С++ Example|Aspose.PDF for C++

    Esta página mostra como usar programação simples para criar um documento PDF contendo texto - Hello World...."); auto paragraphs = page->get_Paragraphs(); paragraphs->Add(text);...

    docs.aspose.com/pdf/pt/cpp/hello-world-example/