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

ansi

(0.17 sec)
  1. PdfSaveOptions.use_core_fonts property | Aspose...

    PdfSaveOptions.use_core_fonts property. Gets or sets a value determining whether or not to substitute TrueType fonts Arial, Times New Roman, Courier New and Symbol with core PDF Type 1 fonts....the text in ANSI (Windows-1252) encoding. Non-ANSI text will be...

    reference.aspose.com/words/python-net/aspose.wo...
  2. FieldSymbol.IsUnicode | Aspose.Words for .NET

    Discover the FieldSymbol IsUnicode property to easily manage character codes as Unicode values, enhancing your coding efficiency and accuracy....(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. 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...
  4. FieldSymbol.CharacterCode | Aspose.Words for .NET

    Discover the FieldSymbol CharacterCode property, easily retrieve or set character code values in decimal or hexadecimal for seamless data management....(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...
  5. FieldSymbol.FontName | Aspose.Words for .NET

    Discover how to use the FieldSymbol FontName property to easily manage and customize font names for your characters in programming....(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...
  6. 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...
  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_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...
  9. 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...
  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...