Sort Score
Result 10 results
Languages All
Labels All
Results 31 - 40 of 407 for

ansi

(0.08 sec)
  1. FieldSymbol.DontAffectsLineSpacing | Aspose.Wor...

    Discover how the FieldSymbol DontAffectsLineSpacing property controls character impact on paragraph line spacing. Optimize your document formatting today!...(Copyright) symbol, specified by an ANSI character code: FieldSymbol...FieldSymbol , true ); // The ANSI character code "U+00A9", or...

    reference.aspose.com/words/net/aspose.words.fie...
  2. FieldSymbol.FontSize | Aspose.Words for .NET

    Discover the FieldSymbol FontSize property, easily adjust the font size in points for enhanced character display in your applications. Optimize readability now!...(Copyright) symbol, specified by an ANSI character code: FieldSymbol...FieldSymbol , true ); // The ANSI character code "U+00A9", or...

    reference.aspose.com/words/net/aspose.words.fie...
  3. How does MapiMessage pick the code page for str...

    How does MapiMessage pick the code page to use to decode string properties? Specifically for .NET, will it use an Encoding instance that throws an Exception if it is unable to decode a character or does it use one that …...it defaults to the system’s ANSI code page. When decoding, the...encodings, typically trying to use: ANSI code page. UTF-8, which is common...

    forum.aspose.com/t/how-does-mapimessage-pick-th...
  4. FieldSymbol.character_code property | Aspose.Wo...

    FieldSymbol.character_code property. Gets or sets the character's code point value in decimal or hexadecimal....(Copyright) symbol, specified by an ANSI character code: field = builder...) . as_field_symbol () # The ANSI character code "U+00A9", or...

    reference.aspose.com/words/python-net/aspose.wo...
  5. PdfSaveOptions.UseCoreFonts | Aspose.Words for ...

    Optimize your PDFs with PdfSaveOptions! Control font substitution for TrueType fonts like Arial and Times New Roman to enhance document quality....the text in ANSI (Windows-1252) encoding. Non-ANSI text will be...

    reference.aspose.com/words/net/aspose.words.sav...
  6. FieldSymbol.IsShiftJis | Aspose.Words for .NET

    Discover the FieldSymbol IsShiftJis property—easily manage SHIFTJIS character codes for enhanced data handling and seamless character interpretation....(Copyright) symbol, specified by an ANSI character code: FieldSymbol...FieldSymbol , true ); // The ANSI character code "U+00A9", or...

    reference.aspose.com/words/net/aspose.words.fie...
  7. FieldSymbol | Aspose.Words for Java

    Implements a SYMBOL field in Java....(Copyright) symbol, specified by an ANSI character code: FieldSymbol...FIELD_SYMBOL, true); // The ANSI character code "U+00A9", or...

    reference.aspose.com/words/java/com.aspose.word...
  8. Aspose::Words::Fields::FieldSymbol::get_IsUnico...

    Aspose::Words::Fields::FieldSymbol::get_IsUnicode method. Gets or sets whether the character code is interpreted as the value of a Unicode character in C++....(Copyright) symbol, specified by an ANSI character code: auto field =...FieldSymbol , true )); // The ANSI character code "U+00A9", or...

    reference.aspose.com/words/cpp/aspose.words.fie...
  9. Aspose::Words::Fields::FieldSymbol::get_DontAff...

    Aspose::Words::Fields::FieldSymbol::get_DontAffectsLineSpacing method. Gets or sets whether the character retrieved by the field affects the line spacing of the paragraph in C++....(Copyright) symbol, specified by an ANSI character code: auto field =...FieldSymbol , true )); // The ANSI character code "U+00A9", or...

    reference.aspose.com/words/cpp/aspose.words.fie...
  10. 使用C++读取具有多种编码的CSV文件|Documentation

    学习如何使用 Aspose.Cells for C++ 读取具有多种编码的CSV文件。...Hide ] 有时,你的CSV文件包含多种编码(Unicode、ANSI、UTF8、UTF7等)。Aspose.Cells 允许...,以正确加载多编码的CSV文件。 以下截图显示了一个包含两行的示例CSV文件。第一行为 ANSI 编码,第二行为 Unicode 编码。 输入文件 以下截图显示了未将...

    docs.aspose.com/cells/zh/cpp/reading-csv-file-w...