Sort Score
Result 10 results
Languages All
Labels All
Results 6,321 - 6,330 of 18,529 for

paragraphs

(0.28 sec)
  1. Extraer Párrafo de PDF|Aspose.PDF para Android ...

    Este artículo describe cómo usar ParagraphAbsorber - una herramienta especial en Aspose.PDF para extraer texto de documentos PDF....); for ( MarkupParagraph paragraph : section . getParagraphs...()) { DrawPolygonOnPage ( paragraph . getPoints (), page ); }...

    docs.aspose.com/pdf/es/androidjava/extract-para...
  2. Criar Documento PDF|Aspose.PDF for C++

    Este artigo descreve como Criar e formatar o Documento PDF com Aspose.PDF para C++....Adicione TextFragment à coleção Paragraphs da página Salve o documento...auto paragraphs = page -> get_Paragraphs (); paragraphs -> Add...

    docs.aspose.com/pdf/pt/cpp/create-pdf-document/
  3. Получить границы абзаца в презентациях на Java|...

    Узнайте, как получить границы абзаца и текстовых фрагментов в Aspose.Slides для Java, чтобы оптимизировать размещение текста в презентациях PowerPoint....прямоугольные координаты абзаца (Paragraph) внутри коллекции абзацев...getTextFrame (); for ( IParagraph paragraph : textFrame . getParagraphs...

    docs.aspose.com/slides/ru/java/paragraph/
  4. Absatzgrenzen aus Präsentationen auf Android ab...

    Erfahren Sie, wie Sie Absatz- und Textabschnittsgrenzen in Aspose.Slides für Android über Java abrufen, um die Textpositionierung in PowerPoint-Präsentationen zu optimieren....getTextFrame (); for ( IParagraph paragraph : textFrame . getParagraphs...for ( IPortion portion : paragraph . getPortions ()){ Point2D...

    docs.aspose.com/slides/de/androidjava/paragraph/
  5. Niveaux logiques des nœuds dans un document dan...

    Dans la documentation Aspose.Words pour .NET, les niveaux logiques de nœuds sont mentionnés: niveau bloc, niveau en ligne ou niveau ligne en utilisant C#. Le niveau de nœud est utilisé pour décrire l'emplacement dans l'arborescence du document où se trouve généralement le nœud....histoire est constitué de paragraphes et de tableaux, représentés...respectivement par les objets Paragraph et Table du niveau Bloc. De...

    docs.aspose.com/words/fr/net/logical-levels-of-...
  6. TocInfo-Title cannot be aligned to the left - F...

    Hi, our corporate design forces me to put the toc title to the left. No matter how I format the Textfragment, it is alway in the center. I found a code snippet from you and I added the corresponding “HorizontalAlignm…...directly to a regular page paragraph instead of using TocInfo ...TocInfo level or using a Paragraph with HorizontalAlignment instead...

    forum.aspose.com/t/tocinfo-title-cannot-be-alig...
  7. 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/
  8. 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/
  9. 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/
  10. 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/