Sort Score
Result 10 results
Languages All
Labels All
Results 101 - 110 of 648 for

lazy

(0.16 sec)
  1. PdfSaveOptions.fontEmbeddingMode property | Asp...

    PdfSaveOptions.fontEmbeddingMode property. Specifies the font embedding mode....quick brown fox jumps over the lazy dog." ); // Create a "PdfSaveOptions"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. ListLevelCollection class | Aspose.Words for No...

    Aspose.Words.Lists.ListLevelCollection class. A collection of list formatting for each level in a list... writeln ( "jumped over the lazy dog." ); builder . writeln (...( "jumped over the lazy dog." ); builder . listFormat . listOutdent...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. FontSettings.set_fonts_sources method | Aspose....

    aspose.words.fonts.FontSettings.set_fonts_sources method...quick brown fox jumps over the lazy dog.' ) builder . font . name...quick brown fox jumps over the lazy dog.' ) original_font_sources...

    reference.aspose.com/words/python-net/aspose.wo...
  4. PdfSaveOptions | Aspose.Words for .NET

    Discover the PdfSaveOptions constructor, designed to effortlessly initialize and save your documents in high-quality PDF format. Streamline your workflow today!...quick brown fox jumps over the lazy dog." ); // Configure our font...

    reference.aspose.com/words/net/aspose.words.sav...
  5. PdfSaveOptions.useCoreFonts property | Aspose.W...

    PdfSaveOptions.useCoreFonts 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....quick brown fox jumps over the lazy dog." ); // Create a "PdfSaveOptions"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. 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....quick brown fox jumps over the lazy dog.' ) # Create a "PdfSaveOptions"...

    reference.aspose.com/words/python-net/aspose.wo...
  7. ListLevel.numberFormat property | Aspose.Words ...

    ListLevel.numberFormat property. Returns or sets the number format for the list level.... writeln ( "jumped over the lazy dog." ); builder . writeln (...( "jumped over the lazy dog." ); builder . listFormat . listOutdent...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Aspose::Words::NumberStyle enum | Aspose.Words ...

    Aspose::Words::NumberStyle enum. Specifies the number style for a list, footnotes and endnotes, page numbers in C++....Writeln ( u "jumped over the lazy dog." ); builder -> Writeln...Writeln ( u "jumped over the lazy dog." ); builder -> get_ListFormat...

    reference.aspose.com/words/cpp/aspose.words/num...
  9. ListLevel.number_format property | Aspose.Words...

    ListLevel.number_format property. Returns or sets the number format for the list level....the lazy dog.' ) builder . writeln ( 'jumped over the lazy dog...

    reference.aspose.com/words/python-net/aspose.wo...
  10. How to call data only once, even if I have mult...

    Hi, I’ve a problem. I have a template that starts by building a data structure by making different calls. This take about 20 minutes to retrieve datas. Then I have 4 foreach loops that process the data and displaying …... private static readonly Lazy<IReadOnlyList<MyRecord>> _cachedRecords..._cachedRecords = new Lazy<IReadOnlyList<MyRecord>>(BuildDataStructure);...

    forum.aspose.com/t/how-to-call-data-only-once-e...