Sort Score
Result 10 results
Languages All
Labels All
Results 2,311 - 2,320 of 3,433 for

htmldocument

(0.05 sec)
  1. آرشیوها

    آرشیوها...ایجاد کنیم: یک نمونه از کلاس HTMLDocument ایجاد کنید. در صورت تمایل،...کنید var document = new HTMLDocument(); // یک عنصر سبک ایجاد...

    blog.aspose.com/fa/html/create-html-table-in-cs...
  2. Convierta HTML a Markdown – ejemplos de C# y co...

    Convierta HTML a MD en C# con Aspose.HTML for .NET. Considere varios escenarios de conversión de HTML a Markdown en ejemplos de C#....using var document = new HTMLDocument("{{input lower}}"); {{#if_output...constructores HTMLDocument() de la clase HTMLDocument. Cree un nuevo...

    docs.aspose.com/html/es/net/convert-html-to-mar...
  3. Farbkontrast prüfen – Aspose.HTML for Java

    Entdecken Sie Best Practices für barrierefreies Webdesign und prüfen Sie den Farbkontrast mit Aspose.HTML for Java....29 30 final HTMLDocument document = new HTMLDocument(documentPath);...22 23 final HTMLDocument document = new HTMLDocument(documentPath);...

    docs.aspose.com/html/de/java/check-color-contrast/
  4. Как изменить цвет фона HTML с помощью Python

    Узнайте, как установить цвет фона HTML-документов с помощью Aspose.HTML for Python via .NET. Рассмотрите различные способы на готовых примерах Python.... HTMLDocument (document_path) as doc:...document 15 document = ah. HTMLDocument (document_path) 16 17 #...

    docs.aspose.com/html/ru/python-net/how-to-chang...
  5. Правила веб-доступности – Проверка веб-сайта на C#

    Вы узнаете, как использовать класс AccessibilityRules Aspose.HTML for .NET, который является хранилищем требований WCAG 2.0, методов и критериев успеха....object of the HTMLDocument 18 using (HTMLDocument document = new...new HTMLDocument(htmlPath)) 19 { 20 // Check the document 21 ValidationResult...

    docs.aspose.com/html/ru/net/web-accessibility-r...
  6. Reglas de accesibilidad web – Cómo comprobar us...

    Aprenderá a utilizar la clase AccessibilityRules, que es un repositorio de requisitos, criterios de éxito y técnicas de WCAG 2.0....object of the HTMLDocument 18 using (HTMLDocument document = new...new HTMLDocument(htmlPath)) 19 { 20 // Check the document 21 ValidationResult...

    docs.aspose.com/html/es/net/web-accessibility-r...
  7. Convertisseur HTML – Aspose.HTML for .NET

    Convertissez HTML en d'autres formats à l'aide de l'API Aspose.HTML for .NET ou du convertisseur HTML en ligne. Prenons l'exemple de la transformation de HTML en PNG en C#....using var document = new HTMLDocument("{{input lower}}"); {{#if_output...file 10 using HTMLDocument document = new HTMLDocument(documentPath);...

    docs.aspose.com/html/fr/net/html-converter/
  8. Java를 통해 HTML을 BMP로 변환

    HTML에서 BMP로 변환하기 위한 샘플 Java 코드. 이 예제 코드를 사용하여 웹 또는 데스크탑 Java 기반 응용 프로그램 내에서 HTML을 BMP로 변환하십시오....Initialize an HTMLDocument from HTML file HTMLDocument document =...= new HTMLDocument( "document.html" ); // Initialize ImageSaveOptions...

    products.aspose.com/html/ko/java/conversion/htm...
  9. Створити HTML на C# – Aspose.HTML for .NET

    Створення файлів HTML на C#. Дізнайтеся, як створити HTML з нуля та як редагувати вміст документа HTML....using ( var document = new HTMLDocument()) { // Work with the document...using ( var document = new HTMLDocument()) { var body = document...

    products.aspose.com/html/uk/net/create-html/
  10. 아카이브

    아카이브...HTMLDocument(dataDir + "document.html"))...document = new Aspose.Html.HTMLDocument(dataDir + "document.html"))...

    blog.aspose.com/ko/html/html-to-jpg-png-bmp-and...