Uses of Class
com.aspose.xps.XpsElement

  • Packages that use XpsElement 
    Package Description
    com.aspose.xps  
    • Uses of XpsElement in com.aspose.xps

      Classes in com.aspose.xps with type parameters of type XpsElement 
      Modifier and Type Class and Description
      class  XpsList<T extends XpsElement>
      Class incapsulating list property values features like PathGeometry's list of PathFigures, PathFigure's list of Segments or gradient brush's list of gradient stops.
      Subclasses of XpsElement in com.aspose.xps 
      Modifier and Type Class and Description
      class  XpsArcSegment
      Class incapsulating ArcSegment element features.
      class  XpsBrush
      Class incapsulating common features of all brush elements.
      class  XpsCanvas
      Class incapsulating Canvas element features.
      class  XpsGlyphs
      Class incapsulating Glyphs element features.
      class  XpsGradientBrush
      Class incapsulating common features of LinerGradientBrush and RadialGradientBrush elements.
      class  XpsGradientStop
      Class incapsulating GradientStop element features.
      class  XpsImageBrush
      Class incapsulating ImageBrush property element features.
      class  XpsLinearGradientBrush
      Class incapsulating LinearGradientBrush property element features.
      class  XpsMatrix
      Class incapsulating MatrixTransform property element features.
      class  XpsPage
      Class incapsulating FixedPage element features.
      class  XpsPath
      Class incapsulating Path element features.
      class  XpsPathFigure
      Class incapsulating PathFigure element features.
      class  XpsPathGeometry
      Class incapsulating PathGeometry property element features.
      class  XpsPathPolySegment
      Class incapsulating common features of PolyLineSegment, PolyBézierSegment and PolyQuadraticBézierSegment elements.
      class  XpsPathSegment
      Class incapsulating common features of all path segment elements.
      class  XpsPolyBezierSegment
      Class incapsulating PolyBezierSegment element features.
      class  XpsPolyLineSegment
      Class incapsulating PolyLineSegment element features.
      class  XpsPolyQuadraticBezierSegment
      Class incapsulating PolyQuadraticBezierSegment element features.
      class  XpsRadialGradientBrush
      Class incapsulating RadialGradientBrush property element features.
      class  XpsSolidColorBrush
      Class incapsulating SolidColorBrush property element features.
      class  XpsTilingBrush
      Class incapsulating common features of tiling brushes elements (VisualBrush and ImageBrush).
      class  XpsTransformableBrush
      Class incapsulating common features of transformable brushes elements (all except SolidColorBrush).
      class  XpsVisual
      Class incapsulating Visual element features.
      class  XpsVisualBrush
      Class incapsulating VisualBrush property element features.
      Methods in com.aspose.xps that return XpsElement 
      Modifier and Type Method and Description
      XpsElement XpsElement.get(int i)
      Provides access to element's children by index i.
      XpsElement XpsVisualBrush.getVisual()
      Returns a Path, Glyphs, or Canvas element used to draw the brush’s source content.
      XpsElement XpsDocument.remove(XpsElement element)
      Removes an element from the active page.
      XpsElement XpsDocument.removeAt(int index)
      Removes an element at index position from the active page.
      Methods in com.aspose.xps that return types with arguments of type XpsElement 
      Modifier and Type Method and Description
      Iterator<XpsElement> XpsElement.iterator()
      Implementation of Iterable<XpsElement> interface.
      Methods in com.aspose.xps with parameters of type XpsElement 
      Modifier and Type Method and Description
      void XpsGradientStop.clonePropertyValues(XpsElement element) 
      XpsElement XpsDocument.remove(XpsElement element)
      Removes an element from the active page.