Sort Score
Result 10 results
Languages All
Labels All
Results 701 - 710 of 768 for

structured append

(0.28 sec)
  1. 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...
  2. 使用“名称”表| .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...
  3. Робота з таблицею '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...
  4. 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...
  5. 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...
  6. 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...
  7. Trabajar con la tabla 'nombre' | C++

    La tabla de fuentes TrueType 'nombre' es un almacenamiento para cadenas de texto que describen diferentes metadatos de fuentes....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/es/cpp/working-with-name-t...
  8. Create a Document in Python – Create or Load HT...

    Learn how to load HTML from a file, URL, and create HTML from scratch. Consider approaches to load HTML-based documents using Aspose.HTML for Python via .NET....empty document with an HTML structure, from a string, from a memory...with the initial document structure: the empty document includes...

    docs.aspose.com/html/python-net/create-a-document/
  9. API SVG Builder – Création et modification avan...

    Explorez les capacités de l'API Aspose.SVG Builder en C# pour créer et modifier des éléments SVG. Apprenez à rendre la programmation SVG plus facile et plus efficace.... Cette structure d’héritage rationalise le...7 . Build (document); 8 // Append the newly created <g> element...

    docs.aspose.com/svg/fr/net/svg-builder-api/
  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/