Sort Score
Result 10 results
Languages All
Labels All
Results 741 - 750 of 812 for

structured append

(0.25 sec)
  1. Работа с таблицей 'name' | C++

    Таблица шрифтов TrueType ‘name’ — это хранилище текстовых строк, о метаданных, таких как имя шрифта, информация о лицензии, авторских правах и т. д....langId = languages[i]; 28 sb -> Append(System :: String :: Format(...get_Length() - 1 )) 30 { 31 sb -> Append( u ", " ); 32 } 33 } 34 35...

    docs.aspose.com/font/ru/cpp/working-with-name-t...
  2. Робота з таблицею 'name' | C++

    Таблиця «Ім’я» шрифтів TrueType є сховищем для текстових рядків, що описують метадані різних шрифтів....langId = languages[i]; 28 sb -> Append(System :: String :: Format(...get_Length() - 1 )) 30 { 31 sb -> Append( u ", " ); 32 } 33 } 34 35...

    docs.aspose.com/font/uk/cpp/working-with-name-t...
  3. Trabalhando com 'Nome' Tabela | C++

    A tabela de fontes TrueType 'Nome' é armazenamento para seqüências de texto que descrevem metadados da fonte, como nome da fonte, informações de licença, avisos de direitos autorais e muitos outros....langId = languages[i]; 28 sb -> Append(System :: String :: Format(...get_Length() - 1 )) 30 { 31 sb -> Append( u ", " ); 32 } 33 } 34 35...

    docs.aspose.com/font/pt/cpp/working-with-name-t...
  4. Convertir JSON en DataFrame Pandas en Python

    Apprenez à convertir JSON en DataFrame pandas en Python en utilisant Aspose.Cells for Python via .NET avec des exemples clairs pour JSON plat, imbriqué et volumineux....des difficultés avec des structures profondément imbriquées,...gérer les tableaux et les structures imbriquées. Convertir les...

    blog.aspose.com/fr/cells/convert-json-to-pandas...
  5. 使用“名称”表| .NET

    TrueType字体表“名称”是文本字符串的存储,它们描述了字体元数据,例如字体名称,许可证信息,版权通知以及许多其他文本。...Append(String.Format( "{0}: {1}" ...(languages.Length - 1 )) 26 sb.Append( ", " ); 27 } 28 29 return...

    docs.aspose.com/font/zh/net/working-with-name-t...
  6. Comment Changer la Couleur du Texte en HTML en ...

    Apprenez comment changer la couleur du texte en HTML en utilisant Python avec Aspose.HTML for Python via .NET. Inclut des exemples de CSS en ligne et interne, meilleures pratiques et questions fréquemment posées....Find the < head > element and append the < style > element 22 head... ( "head" ) [ 0 ] 23 head. append_child (style) 24 25 # Save...

    docs.aspose.com/html/fr/python-net/how-to-chang...
  7. Créer des éléments SVG en C# avec Builder API –...

    Créez et modifiez des éléments SVG en C# avec Aspose.SVG Builder API. Générez des formes, chemins, textes et graphiques SVG par programmation dans .NET....les transformations; les structures SVG réutilisables. La syntaxe...plus lisible de créer des structures complexes; réduit le code...

    docs.aspose.com/svg/fr/net/element-builders/
  8. Arbeiten mit der Tabelle „Name“ | C++

    Die TrueType-Schrifttabelle „Name“ ist ein Speicher für Textzeichenfolgen, die verschiedene Schriftmetadaten beschreiben....langId = languages[i]; 28 sb -> Append(System :: String :: Format(...get_Length() - 1 )) 30 { 31 sb -> Append( u ", " ); 32 } 33 } 34 35...

    docs.aspose.com/font/de/cpp/working-with-name-t...
  9. lc.GetEntity is getting NULL value - Free Suppo...

    I have below code and it fails on line le.Current = lc.GetEntity(para); because lc.GetEntity(para) gets NULL value and it says parameter value can’t be null. Could you please guide what is causing this to fail? priva…...paragraphs that haven’t been appended to a section or body may not...making changes to the document structure. Debugging : Add debugging...

    forum.aspose.com/t/lc-getentity-is-getting-null...
  10. Edit Markdown in C# – Aspose.HTML for .NET

    Code to edit Markdown files in C#. Use Aspose.HTML for .NET API features to create, remove, or edit content of an MD file....files – change the document structure and content. The following...(heading.FirstChild != null ) { sb.Append(heading.FirstChild); // Remove...

    products.aspose.com/html/net/editor/md/