Sign In  Sign Up Live-Chat

Difficulty in working with Aspose.Pdf.Cell object

Last post 08-07-2008, 9:49 PM by forever. 1 replies.
Sort Posts: Previous Next
  •  08-07-2008, 12:27 AM 138663

    Difficulty in working with Aspose.Pdf.Cell object

    Hi,

    Please help me with the following difficulties:

    1. How to make a Cell visible=false, after the cell being created and added to a Row object?

    2. How to get the text that has already been assigned/added to a Cell object? (Table.Rows[0].Cell[0].Text)

    Please reply soon.

    Thanks in advance,

    Aneesh

     
  •  08-07-2008, 9:49 PM 138873 in reply to 138663

    Re: Difficulty in working with Aspose.Pdf.Cell object

    Hi,

    Thank you for considering Aspose.

    1. This feature is not supported.

    2. You can get the text like the following:

         foreach(Aspose.Pdf.Paragraph para in cell.Paragraphs)
         {
             if(para is Text)
                 ...
          }


    Tommy Wang
    Lead Developer
    Aspose Changsha Team
    About Us
    Contact Us
     
View as RSS news feed in XML