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

paragraphs

(0.22 sec)
  1. Получить эффективные свойства формы из презента...

    Узнайте, как Aspose.Slides for .NET вычисляет и применяет эффективные свойства формы для точного рендеринга PowerPoint.... Paragraphs [ 0 ]. Portions [ 0 ]. PortionFormat...WriteLine ( "= Effective paragraph formatting for style level...

    docs.aspose.com/slides/ru/net/shape-effective-p...
  2. Bullet Formatting Is Not Applied when Cloning S...

    Hi Aspose Team, I’m working with Aspose.Slides for Java and facing an issue related to bullet formatting. When I clone a slide from one presentation to another, or even when I create an empty slide in the target presen…...bullet formatting for each paragraph in the cloned shapes. Here’s...(textFrame != null) { for (Paragraph paragraph : textFrame.getParagraphs())...

    forum.aspose.com/t/bullet-formatting-is-not-app...
  3. Table cell vertical alignment not applied consi...

    I’m seeing inconsistent rendering of table cell vertical alignment when converting DOCX to images with Aspose.Words. sample1.docx → Cell content is not vertically centered in the PNG output (unexpected). sample2.docx →…...Paragraphs) { var paragraph = (Paragraph)node1; Console...Console.WriteLine($" Paragraph Alignment: {paragraph.ParagraphFormat...

    forum.aspose.com/t/table-cell-vertical-alignmen...
  4. Format Text in Document|Aspose.Words for Java

    Format text within a document easily and fast instead of using Apache POI....DocumentBuilder ( doc ); // Set paragraph formatting properties ParagraphFormat..."I'm a very nice formatted paragraph. I'm intended to demonstrate...

    docs.aspose.com/words/java/format-text-in-docum...
  5. EditableRangeEnd.EditableRangeStart | Aspose.Wo...

    Scopri le proprietà EditableRangeEnd e EditableRangeStart. Gestisci facilmente intervalli di dati con ID univoci per un maggiore controllo ed efficienza...." + " we cannot edit this paragraph without the password." );...builder . Writeln ( "This paragraph is inside an editable range...

    reference.aspose.com/words/it/net/aspose.words/...
  6. EditableRangeStart.NodeType | Aspose.Words per ...

    Scopri la proprietà NodeType EditableRangeStart migliora la modifica dei tuoi documenti con una gestione degli intervalli fluida e un'esperienza utente migliorata!..." + " we cannot edit this paragraph without the password." );...builder . Writeln ( "This paragraph is inside an editable range...

    reference.aspose.com/words/it/net/aspose.words/...
  7. Форматировать текст PowerPoint в JavaScript|Asp...

    Форматировать и оформлять текст в презентациях PowerPoint и OpenDocument с помощью JavaScript и Aspose.Slides для Node.js. Настраивайте шрифты, цвета, выравнивание и многое другое.... Paragraph (); var portion1 = new aspose...getTextFrame () != null ) { const paragraphs = autoShape . getTextFrame...

    docs.aspose.com/slides/ru/nodejs-java/text-form...
  8. Trích xuất văn bản và hình ảnh từ tài liệu ODP ...

    Mã ví dụ C ++ để trích xuất văn bản và hình ảnh từ tệp ODP trên Môi trường thời gian chạy C ++ cho Windows 32 bit, Windows 64 bit và Linux 64 bit....get_Length(); i++){ // Loop through paragraphs in current ITextFrame for...(SharedPtr<IParagraph> paragraph : textFramesSlideOne[i]->get_Paragraphs()){ //...

    products.aspose.com/slides/vi/cpp/parser/odp/
  9. Niveaux logiques des nœuds dans un document dan...

    Dans Aspose.Words pour Java, la documentation mentionnait les niveaux logiques des nœuds-niveau bloc, niveau en ligne ou niveau ligne. Le niveau du nœud est utilisé pour décrire l'emplacement dans l'arborescence du document où se trouve généralement le nœud....toute histoire se compose de paragraphes et de tableaux, respectivement...représentés par les objets Paragraph et Table du niveau Bloc. De...

    docs.aspose.com/words/fr/java/logical-levels-of...
  10. Working with Headings in PDF|Aspose.PDF for C++

    Create numbering in heading your PDF document with C++. Aspose.PDF for C++ shows different kinds of numbering styles....get_Margin ()); pdfPage -> get_Paragraphs () -> Add ( floatBox ); auto...( true ); floatBox -> get_Paragraphs () -> Add ( heading ); auto...

    docs.aspose.com/pdf/cpp/working-with-headings/