Sort Score
Result 10 results
Languages All
Labels All
Results 8,421 - 8,430 of 15,547 for

paragraph

(0.09 sec)
  1. Konwertuj WORD na POTX za pomocą C++ lub za pom...

    Eksportuj WORD do POTX w aplikacjach C++ bez użycia Microsoft Word lub PowerPoint lub online. Szybko przetestuj darmowy konwerter online WORD na POTX przed integracją kodu....get_TextFrame (); // get Paragraphs collection SharedPtr < Aspose...txtFrame -> get_Paragraphs (); // clear all paragraphs in added text...

    products.aspose.com/total/pl/cpp/conversion/wor...
  2. Konwertuj WORD na POTM za pomocą C++ lub za pom...

    Eksportuj WORD do POTM w aplikacjach C++ bez użycia Microsoft Word lub PowerPoint lub online. Szybko przetestuj darmowy konwerter online WORD na POTM przed integracją kodu....get_TextFrame (); // get Paragraphs collection SharedPtr < Aspose...txtFrame -> get_Paragraphs (); // clear all paragraphs in added text...

    products.aspose.com/total/pl/cpp/conversion/wor...
  3. تحويل FLATOPC إلى PPT عبر C++ أو مع محول مجاني ...

    قم بتصدير FLATOPC إلى PPT في تطبيقات C++ دون استخدام Microsoft Word of PowerPoint أو عبر الإنترنت. اختبر محول FLATOPC إلى PPT على الإنترنت مجانًا بسرعة قبل دمج الكود....get_TextFrame (); // get Paragraphs collection SharedPtr < Aspose...txtFrame -> get_Paragraphs (); // clear all paragraphs in added text...

    products.aspose.com/total/ar/cpp/conversion/fla...
  4. Converteer TXT naar POTX via C++ of met gratis ...

    Exporteer TXT naar POTX in uw C++-toepassingen zonder Microsoft Word of PowerPoint te gebruiken of online. Test de gratis TXT naar POTX online converter snel voordat u de code integreert....get_TextFrame (); // get Paragraphs collection SharedPtr < Aspose...txtFrame -> get_Paragraphs (); // clear all paragraphs in added text...

    products.aspose.com/total/nl/cpp/conversion/txt...
  5. Converteer TXT naar PPSX via C++ of met gratis ...

    Exporteer TXT naar PPSX in uw C++-toepassingen zonder Microsoft Word of PowerPoint te gebruiken of online. Test de gratis TXT naar PPSX online converter snel voordat u de code integreert....get_TextFrame (); // get Paragraphs collection SharedPtr < Aspose...txtFrame -> get_Paragraphs (); // clear all paragraphs in added text...

    products.aspose.com/total/nl/cpp/conversion/txt...
  6. 태그된 PDF에서 구조 요소 속성 설정|Aspose.PDF for Java

    Aspose.PDF for Java를 사용하여 다양한 구조 요소 속성을 설정할 수 있습니다. 텍스트 블록 구조 요소 설정, 인라인 구조 요소 설정, 요소에 구조 요소 추가 등이 있습니다.... setTag ( "Paragraph" ); sect . appendChild ( p1...Span_12." ); p1 . setText ( "Paragraph with " ); p1 . appendChild...

    docs.aspose.com/pdf/ko/java/set-tagged-pdfs-ele...
  7. 如何创建 Hello World 演示文档|Aspose.Slides 文档

    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.... Paragraphs [ 0 ]. Portions [ 0 ]. PortionFormat...Solid ; ashp . TextFrame . Paragraphs [ 0 ]. Portions [ 0 ]. PortionFormat...

    docs.aspose.com/slides/zh/net/how-to-create-hel...
  8. Aplicación Hola Mundo utilizando Aspose.Slides|...

    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....h> #include <DOM/Paragraph.h> #include <DOM/ParagraphCollection...-> get_TextFrame () -> get_Paragraphs () -> idx_get ( 0 ) -> get_Portions...

    docs.aspose.com/slides/es/cpp/hello-world-appli...
  9. Szöveg és képek kibontása PPTX-dokumentumból .N...

    C#-forráskód szövegek és képek kinyeréséhez PPTX-fájlból .NET-keretrendszer, .NET Core, Windows Azure, Mono vagy Xamarin platformokon....Length; i++) //Loop through paragraphs in current ITextFrame foreach...para in textFramesPPTX[i].Paragraphs) //Loop through portions...

    products.aspose.com/slides/hu/net/parser/pptx/
  10. Adicionar Objeto de Curva ao arquivo PDF|Aspose...

    Este artigo explica como criar um objeto de curva em seu PDF usando Aspose.PDF para C++....parágrafos da página page -> get_Paragraphs () -> Add ( graph ); // Salve...parágrafos da página page -> get_Paragraphs () -> Add ( graph ); // Salvar...

    docs.aspose.com/pdf/pt/cpp/add-curve/