Sort Score
Result 10 results
Languages All
Labels All
Results 4,231 - 4,240 of 5,341 for

text alignment

(2 sec)
  1. Python を使用して PowerPoint テーブルの行と列を管理|Aspose.Slid...

    Aspose.Slides for Python via .NET を使用して、PowerPoint および OpenDocument のテーブル行と列を管理し、プレゼンテーションの編集とデータ更新を高速化します。... text_frame . text = "Row 1 Cell 1" # 行2、列1にテキストを追加します。...table . rows [ 1 ][ 0 ] . text_frame . text = "Row 1 Cell 2" # テーブルの末尾に行1をクローンします。...

    docs.aspose.com/slides/ja/python-net/manage-row...
  2. 記録

    記録...style="text-align:left">Title</th> <th style="text-align:left">Artist</th>...>Artist</th> <th style="text-align:left">Price</th> </tr> <xsl:for-each...

    blog.aspose.com/ja/cells/convert-xml-to-excel-u...
  3. ShapeBase.WrapType | Aspose.Words per .NET

    Scopri la proprietà ShapeBase WrapType, controlla le forme in linea o mobili e personalizza l'avvolgimento del testo per una maggiore flessibilità di layout.... Alignment = ParagraphAlignment . Center...run = new Run ( doc ); run . Text = "Hello world!" ; para . AppendChild...

    reference.aspose.com/words/it/net/aspose.words....
  4. Explorando recursos da classe FormEditor|Aspose...

    Você pode aprender detalhes sobre a exploração de recursos da classe FormEditor com a biblioteca Aspose.PDF para .NET... Text , "field1" , 1 , 300 , 500 ...ResetFacade (); // Set the alignment style of a text field editor . SetFieldAlignment...

    docs.aspose.com/pdf/pt/net/exploring-features-o...
  5. PDF에 이미지 스탬프 추가하기 (Python 사용)|Aspose.PDF for Py...

    Aspose.PDF for Python 라이브러리의 ImageStamp 클래스를 사용하여 PDF 문서에 이미지 스탬프를 추가합니다.... horizontal_alignment = ap . HorizontalAlignment...paragraphs . add ( ap . text . TextFragment ( "main text" )) # FloatingBox에...

    docs.aspose.com/pdf/ko/python-net/image-stamps-...
  6. 記録

    記録...text\frame.textプロパティを使用してセルのテキストを設定します。...rows[row])): # Add text tbl.rows[row][cell].text_frame.text = "Cell_"...

    blog.aspose.com/ja/slides/work-with-tables-in-p...
  7. استكشاف ميزات فئة FormEditor|Aspose.PDF for .NET

    يمكنك معرفة تفاصيل استكشاف ميزات فئة FormEditor مع مكتبة Aspose.PDF لـ .NET... Text , "field1" , 1 , 300 , 500 ...ResetFacade (); // Set the alignment style of a text field editor . SetFieldAlignment...

    docs.aspose.com/pdf/ar/net/exploring-features-o...
  8. arkiv

    arkiv...itToWindow"> <Row> <Cell Alignment="1"> <TextFragment> <TextSegment>Date:...</TextFragment> </Cell> <Cell Alignment="3"> <TextFragment> <TextSegment>Page...

    blog.aspose.com/sv/pdf/convert-xml-to-pdf-in-py...
  9. Run Class | Aspose.Words för .NET

    Upptäck Aspose.Words.Run, en kraftfull klass för att hantera teckensekvenser med konsekvent teckensnittsformatering, vilket förbättrar effektiviteten i din dokumentbehandling.... Text { get; set; } Hämtar eller ställer...sparalternativen. Anmärkningar All text i dokumentet lagras i textsekvenser...

    reference.aspose.com/words/sv/net/aspose.words/...
  10. JavaでPowerPointのテキストをフォーマット|Aspose.Slides ドキュメント

    Aspose.Slides for Java を使用して、PowerPoint および OpenDocument プレゼンテーションのテキストをフォーマットおよびスタイル設定します。フォント、色、配置などをカスタマイズできます。...background color for an entire text: Presentation pres = new Presentation...add ( para ); pres . save ( "text.pptx" , SaveFormat . Pptx );...

    docs.aspose.com/slides/ja/java/text-formatting/