AIPlacedTypes.h File Reference
Go to the source code of this file.
Namespaces |
namespace | ai |
| Usage:.
|
Enumerations |
enum | ai::PlaceMethod {
ai::kAsIs,
ai::kFill,
ai::kFit,
ai::kConform,
ai::kReconform
} |
| Methods for positioning and sizing a linked object.
More...
|
enum | ai::PlaceAlignment {
ai::kTopLeft,
ai::kMidLeft,
ai::kBotLeft,
ai::kTopMid,
ai::kMidMid,
ai::kBotMid,
ai::kTopRight,
ai::kMidRight,
ai::kBotRight
} |
| Alignment options for positioning a linked object.
More...
|