Sort Score
Result 10 results
Languages All
Labels All
Results 6,531 - 6,540 of 182,565 for

doc

(0.23 sec)
  1. AsposeWordsPrintDocument.PageIndexFilter | Aspo...

    Filters printed pages in Aspose.Words to skip specific indexes and save time....PageIndexFilter () { Document doc = new Document ( MyDir + "Rendering...= new AsposeWordsPrintDocu ( doc ); printDoc . PrinterSettings...

    reference.aspose.com/words/net/aspose.words.ren...
  2. PUB to PDF generates wrong background color - F...

    Hi, We are using Aspose Total Java license. If the PUB file contains Drop Shadow Rectangle component then converted PDF will turn in dark background color. java library: aspose-pub-22.8.jar Java Code: try { IP…...as PDF file format Document doc = parser.parse(); PubFactory...createPdfConverter().convertToPdf(doc, outputFilePath); } catch (Exception...

    forum.aspose.com/t/pub-to-pdf-generates-wrong-b...
  3. ParagraphFormat.AddSpaceBetweenFarEastAndAlpha ...

    Optimize your Document's appearance with the ParagraphFormat AddSpaceBetweenFarEastAndAlpha property, enhancing spacing between Latin and East Asian text.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Font font = builder . Font...

    reference.aspose.com/words/net/aspose.words/par...
  4. Table.horizontalAnchor property | Aspose.Words ...

    Table.horizontalAnchor property. Gets the base object from which the horizontal positioning of floating table should be calculated... let doc = new aw . Document ( base ....by text.docx" ); let table = doc . firstSection . body . tables...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Stroke.Color2 | Aspose.Words for .NET

    Discover the Stroke Color2 property—enhance your designs with a customizable second stroke color for vibrant, eye-catching visuals.... Document doc = new Document ( MyDir + "Shape...docx" ); Shape shape = ( Shape ) doc . GetChild ( NodeType . Shape...

    reference.aspose.com/words/net/aspose.words.dra...
  6. TextPathAlignment | Aspose.Words for Java

    WordArt alignment in Java....throws Exception { Document doc = new Document(); // Insert a...Shape shape = appendWordArt(doc, "Hello World! This text is bold...

    reference.aspose.com/words/java/com.aspose.word...
  7. PdfSaveOptions.create_note_hyperlinks property ...

    PdfSaveOptions.create_note_hyperlinks property. Specifies whether to convert footnote/endnote references in main text story into active hyperlinks... doc = aw . Document ( MY_DIR + 'Footnotes...ks = create_note_hyperlinks doc . save ( ARTIFACTS_DIR + 'PdfSaveOptions...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Field.IsLocked | Aspose.Words for .NET

    Discover the IsLocked property for fields—control recalculation and enhance data integrity. Unlock efficient management of your data results today!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); FieldDate field = ( FieldDate...

    reference.aspose.com/words/net/aspose.words.fie...
  9. PclSaveOptions.rasterize_transformed_elements p...

    PclSaveOptions.rasterize_transformed_elements property. Gets or sets a value determining whether or not complex transformed elements should be rasterized before saving to PCL Document... doc = aw . Document ( file_name =...rasterize_transformed_elements = True doc . save ( file_name = ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Comment.replies property | Aspose.Words for Nod...

    Comment.replies property. Returns a collection of [Comment](../) objects that are immediate children of the specified comment.... let doc = new aw . Document ( base ....docx" ); let comments = [... doc . getChildNodes ( aw . NodeType...

    reference.aspose.com/words/nodejs-net/aspose.wo...