Packages

 

com.aspose.imaging.fileformats.wmf.objects

Class WmfSetLayout

  • All Implemented Interfaces:
    Cloneable


    public class WmfSetLayout
    extends WmfObject

    The META_SETLAYOUT record defines the layout orientation in the playback device context. The layout orientation determines the direction in which text and graphics are drawn

    • Constructor Detail

      • WmfSetLayout

        public WmfSetLayout()
    • Method Detail

      • getLayoutMode

        public int getLayoutMode()

        Gets or sets the LayoutMode.

        Value: The layout of text and graphics. This MUST be one of the values in the Layout Enumeration (section 2.1.1.13).
      • setLayoutMode

        public void setLayoutMode(int value)

        Gets or sets the LayoutMode.

        Value: The layout of text and graphics. This MUST be one of the values in the Layout Enumeration (section 2.1.1.13).