Sort Score
Result 10 results
Languages All
Labels All
Results 341 - 350 of 9,789 for

regular

(0.1 sec)
  1. Aspose.PSD for .NET 21.12 - Release Notes|Docum...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....SetFontReplacements ( "MyriadPro-Regular" , myriadReplacement ); FontSettings...if ( fontName != "MyriadPro-Regular" ) { throw new Exception (...

    docs.aspose.com/psd/net/aspose-psd-for-net-21-1...
  2. Aspose::Words::ControlChar::NonBreakingSpaceCha...

    Aspose::Words::ControlChar::NonBreakingSpaceChar field. Non-breaking space character: (char)160 in C++....DocumentBuilder > ( doc ); // Add a regular space. builder -> Write ( System...non-breaking space. // Unlike the regular space, this space cannot have...

    reference.aspose.com/words/cpp/aspose.words/con...
  3. Aspose::Words::ControlChar::LineFeedChar field ...

    Aspose::Words::ControlChar::LineFeedChar field. Line feed character: (char)10 or "\n" in C++....DocumentBuilder > ( doc ); // Add a regular space. builder -> Write ( System...non-breaking space. // Unlike the regular space, this space cannot have...

    reference.aspose.com/words/cpp/aspose.words/con...
  4. Aspose::Words::ControlChar::ColumnBreak method ...

    Aspose::Words::ControlChar::ColumnBreak method. End of column character: "\x000e" in C++....DocumentBuilder > ( doc ); // Add a regular space. builder -> Write ( System...non-breaking space. // Unlike the regular space, this space cannot have...

    reference.aspose.com/words/cpp/aspose.words/con...
  5. Aspose::Words::ControlChar::CrLf method | Aspos...

    Aspose::Words::ControlChar::CrLf method. Carriage return followed by line feed character: "\x000d\x000a" or "\r\n". Not used as such in Microsoft Word documents, but commonly used in text files for paragraph breaks in C++....DocumentBuilder > ( doc ); // Add a regular space. builder -> Write ( System...non-breaking space. // Unlike the regular space, this space cannot have...

    reference.aspose.com/words/cpp/aspose.words/con...
  6. Aspose::Words::ControlChar::NonBreakingSpace me...

    Aspose::Words::ControlChar::NonBreakingSpace method. Non-breaking space character: "\x00a0" in C++....DocumentBuilder > ( doc ); // Add a regular space. builder -> Write ( System...non-breaking space. // Unlike the regular space, this space cannot have...

    reference.aspose.com/words/cpp/aspose.words/con...
  7. Aspose::Words::ControlChar::FieldSeparatorChar ...

    Aspose::Words::ControlChar::FieldSeparatorChar field. Field separator character separates field code from field value. Optional in some fields. Value: (char)20 in C++....DocumentBuilder > ( doc ); // Add a regular space. builder -> Write ( System...non-breaking space. // Unlike the regular space, this space cannot have...

    reference.aspose.com/words/cpp/aspose.words/con...
  8. Aspose::Words::ControlChar::FieldEndChar field ...

    Aspose::Words::ControlChar::FieldEndChar field. End of MS Word field character: (char)21 in C++....DocumentBuilder > ( doc ); // Add a regular space. builder -> Write ( System...non-breaking space. // Unlike the regular space, this space cannot have...

    reference.aspose.com/words/cpp/aspose.words/con...
  9. Search and Replace in GridWeb|Documentation

    This article introduces how to search and replace in GridWeb.... 4 Regular expression When checked, the...the Find what text box as a regular expression in the searching...

    docs.aspose.com/cells/net/aspose-cells-gridweb/...
  10. TextFragmentAbsorber with TextSearchOptions Reg...

    Hi, I am trying to split a 1652 page PDF based on a rule. My current implementation works fine with PDF files that have 120 pages. With my large PDF I get very long wait times when using the following code: var documen…...TextFragmentAbsorber with a regular expression, consider the following...following strategies: Optimize the Regular Expression : Ensure that your...

    forum.aspose.com/t/textfragmentabsorber-with-te...