Uses of Class
aspose.pdf.FloatingBox

Uses of FloatingBox in aspose.pdf
 

Methods in aspose.pdf that return FloatingBox
 FloatingBox Table.getFloatingBox()
          Gets a floatingBox information.
 

Methods in aspose.pdf with parameters of type FloatingBox
 void Watermarks.Add(FloatingBox watermark)
          Adds a new Inserts a new object into the collection.
 void Watermarks.addPara(FloatingBox watermark)
          Inserts a new FloatingBox object into the collection at specified position.
 void Watermarks.Insert(FloatingBox watermarkToInsertAfter, FloatingBox newWatermark)
          Inserts a new FloatingBox object into the collection after specified FloatingBox object.
 void Watermarks.insertPara(FloatingBox watermarkToInsertAfter, FloatingBox newWatermark)
          Inserts a new FloatingBox object into the collection after specified Cell object.
 void Watermarks.insertPara(int index, FloatingBox watermark)
          Inserts a new FloatingBox object into the collection after specified Cell object.
 void Table.setFloatingBox(FloatingBox floatingBox)
          Sets a floatingBox information.