Sort Score
Result 10 results
Languages All
Labels All
Results 8,701 - 8,710 of 180,911 for

doc

(0.24 sec)
  1. BorderType Enum | Aspose.Words for .NET

    Discover Aspose.Words.BorderType enum for customizable border options. Enhance your Documents with precise border control and style!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Border topBorder = builder...

    reference.aspose.com/words/net/aspose.words/bor...
  2. OfficeMathJustification Enum | Aspose.Words for...

    Discover Aspose.Words.Math.OfficeMathJustification enum for precise equation alignment. Enhance your Document's clarity with optimal justification options.... Document doc = new Document ( MyDir + "Office...officeMath = ( OfficeMath ) doc . GetChild ( NodeType . OfficeMath...

    reference.aspose.com/words/net/aspose.words.mat...
  3. Font.NameAscii | Aspose.Words for .NET

    Discover the Font NameAscii property to customize Latin text fonts, enhancing your design with character codes 0-127 for improved readability.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Suppose a run that we use...

    reference.aspose.com/words/net/aspose.words/fon...
  4. PdfEncryptionDetails class | Aspose.Words for N...

    Aspose.Words.Saving.PdfEncryptionDetails class. Contains details for encrypting and access permissions for a PDF Document... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . writeln ( "Hello...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. PDF Rotation API | Aspose.PDF

    Rotate PDF Pages Using .NET, Java, C++ and Android...GetDataDir_AsposePdf_Pages (); Document doc = new Document ( dataDir + "input...pdf" ); foreach ( Page page in doc . Pages ) { Aspose . Pdf . Rectangle...

    products.aspose.com/pdf/rotate/
  6. FolderFontSource Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fonts.FolderFontSource class, your solution for managing TrueType fonts efficiently. Enhance your Document's typography today!...false , 1 ); Document doc = new Document (); doc . FontSettings =...= new FontSettings (); doc . FontSettings . SetFontsSources (...

    reference.aspose.com/words/net/aspose.words.fon...
  7. ConditionalStyle.ClearFormatting | Aspose.Words...

    Effortlessly clear formatting with the ConditionalStyle ClearFormatting method. Simplify your design process and enhance Document clarity today!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Table table = builder . StartTable...

    reference.aspose.com/words/net/aspose.words/con...
  8. Font.localeIdFarEast property | Aspose.Words fo...

    Font.localeIdFarEast property. Gets or sets the locale identifier (language) of the formatted Asian characters.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Specify font settings that...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Font.LocaleIdFarEast | Aspose.Words for .NET

    Discover the Font LocaleIdFarEast property to easily manage locale identifiers for formatted Asian characters, enhancing your multilingual applications.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Specify font settings that...

    reference.aspose.com/words/net/aspose.words/fon...
  10. 在PHP中向现有PDF文件添加文本|Aspose.PDF for Java

    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.... PHP代码 # 实例化Document对象 $doc = new Document ( $dataDir . 'input1...pdf' ); # 获取特定页面 $pdf_page = $doc -> getPages () -> get_Item (...

    docs.aspose.com/pdf/zh/java/add-text-to-an-exis...